Html Css Color HEX #BDBD41 Celery

📋 copy color: '#BDBD41'

red 189 ◦ green 189 ◦ blue 65

#BDBD41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BDBD41

Tints of Celery #BDBD41

RGB

 RED value IS 189 (74.22% from 255) = 42.66%

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 65 (25.78% from 255) = 14.67%

R = 42.66%
G = 42.66%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDBD41 (or 0xBDBD41) is known color: Celery. HEX triplet: BD, BD and 41. RGB value is (189,189,65). Sum of RGB (Red+Green+Blue) = 189+189+65=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD41 is #4242BE. Grayscale: #AFAFAF. Windows color (decimal): -4342463 or 4308413. OLE color: 4308413.

HSL color Cylindrical-coordinate representation of color #BDBD41: hue angle of 60º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDBD41 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 65 -
CMYK 0 0 0.66 0.26
HSL 60º 0.49% 0.5% -
HSV(B) 60º 0.66% 0.74% -
XYZ 40.14 47.6 12.07 -
YUV 174.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 189 189 65 0 0 0.66 0.26 60 0.49 0.5
Hex BD BD 41 0 0 42 1A 3C 31 32
Octal 275 275 101 0 0 102 32 74 61 62
Binary 10111101 10111101 1000001 0 0 1000010 11010 111100 110001 110010

Color Harmonies of #BDBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD41

Black with #BDBD41

Text Example


Text Example

White with #BDBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD41; }

 p { color: rgb(189,189,65); }

 H1.HeaderClassName
 {
   color: #BDBD41;
 }
 .AnyTagClassName
 {
   color: #BDBD41;
 }
</style>

background-color css

<style>
 a { background-color: #BDBD41; }

 a { background-color: rgb(189,189,65); }

 div.DivClassName
 {
   background-color: #BDBD41;
 }
 .BgClassName
 {
   background-color: #BDBD41;
 }
</style>

border-color css

<style>
 span { border-color: #BDBD41; }

 span { border-color: rgb(189,189,65); }

 td.TdClassName
 {
   border-color: #BDBD41;
 }
 .TagClassName
 {
   border-color: #BDBD41;
 }
</style>