Html Css Color HEX #BDC96B Wild Willow

📋 copy color: '#BDC96B'

red 189 ◦ green 201 ◦ blue 107

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

Shades of Wild Willow #BDC96B

Tints of Wild Willow #BDC96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 38.03%
G = 40.44%
B = 21.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#BDC96B (or 0xBDC96B) is known color: Wild Willow. HEX triplet: BD, C9 and 6B. RGB value is (189,201,107). Sum of RGB (Red+Green+Blue) = 189+201+107=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC96B is #423694. Grayscale: #BBBBBB. Windows color (decimal): -4339349 or 7063997. OLE color: 7063997.

HSL color Cylindrical-coordinate representation of color #BDC96B: hue angle of 67.66º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC96B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 107 -
CMYK 0.06 0 0.47 0.21
HSL 67.66º 0.47% 0.6% -
HSV(B) 67.66º 0.47% 0.79% -
XYZ 44.53 53.65 21.92 -
YUV 186.7 83.02 129.64 -
System Red Green Blue C M Y K H S L
Decimal 189 201 107 0.06 0 0.47 0.21 67.66 0.47 0.6
Hex BD C9 6B 6 0 2F 15 44 2F 3C
Octal 275 311 153 6 0 57 25 104 57 74
Binary 10111101 11001001 1101011 110 0 101111 10101 1000100 101111 111100

Color Harmonies of #BDC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC96B

Black with #BDC96B

Text Example


Text Example

White with #BDC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC96B; }

 p { color: rgb(189,201,107); }

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

background-color css

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

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

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

border-color css

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

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

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