Html Css Color HEX #BDCB56 Wild Willow

📋 copy color: '#BDCB56'

red 189 ◦ green 203 ◦ blue 86

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

Shades of Wild Willow #BDCB56

Tints of Wild Willow #BDCB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.99%

R = 39.54%
G = 42.47%
B = 17.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#BDCB56 (or 0xBDCB56) is known color: Wild Willow. HEX triplet: BD, CB and 56. RGB value is (189,203,86). Sum of RGB (Red+Green+Blue) = 189+203+86=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB56 is #4234A9. Grayscale: #B9B9B9. Windows color (decimal): -4338858 or 5688253. OLE color: 5688253.

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

Color convert

RGB 189 203 86 -
CMYK 0.07 0 0.58 0.20
HSL 67.18º 0.53% 0.57% -
HSV(B) 67.18º 0.58% 0.8% -
XYZ 44.02 54.2 16.95 -
YUV 185.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 189 203 86 0.07 0 0.58 0.20 67.18 0.53 0.57
Hex BD CB 56 7 0 3A 14 43 35 39
Octal 275 313 126 7 0 72 24 103 65 71
Binary 10111101 11001011 1010110 111 0 111010 10100 1000011 110101 111001

Color Harmonies of #BDCB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB56

Black with #BDCB56

Text Example


Text Example

White with #BDCB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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