Html Css Color HEX #BDCB59 Wild Willow

📋 copy color: '#BDCB59'

red 189 ◦ green 203 ◦ blue 89

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

Shades of Wild Willow #BDCB59

Tints of Wild Willow #BDCB59

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.2%

 BLUE value IS 89 (35.16% from 255) = 18.5%

R = 39.29%
G = 42.2%
B = 18.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#BDCB59 (or 0xBDCB59) is known color: Wild Willow. HEX triplet: BD, CB and 59. RGB value is (189,203,89). Sum of RGB (Red+Green+Blue) = 189+203+89=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB59 is #4234A6. Grayscale: #BABABA. Windows color (decimal): -4338855 or 5884861. OLE color: 5884861.

HSL color Cylindrical-coordinate representation of color #BDCB59: hue angle of 67.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDCB59 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 89 -
CMYK 0.07 0 0.56 0.20
HSL 67.37º 0.52% 0.57% -
HSV(B) 67.37º 0.56% 0.8% -
XYZ 44.15 54.25 17.6 -
YUV 185.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 189 203 89 0.07 0 0.56 0.20 67.37 0.52 0.57
Hex BD CB 59 7 0 38 14 43 34 39
Octal 275 313 131 7 0 70 24 103 64 71
Binary 10111101 11001011 1011001 111 0 111000 10100 1000011 110100 111001

Color Harmonies of #BDCB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB59

Black with #BDCB59

Text Example


Text Example

White with #BDCB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB59; }

 p { color: rgb(189,203,89); }

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

background-color css

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

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

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

border-color css

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

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

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