Html Css Color HEX #BDC95B Wild Willow

📋 copy color: '#BDC95B'

red 189 ◦ green 201 ◦ blue 91

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

Shades of Wild Willow #BDC95B

Tints of Wild Willow #BDC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 39.29%
G = 41.79%
B = 18.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#BDC95B (or 0xBDC95B) is known color: Wild Willow. HEX triplet: BD, C9 and 5B. RGB value is (189,201,91). Sum of RGB (Red+Green+Blue) = 189+201+91=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC95B is #4236A4. Grayscale: #B9B9B9. Windows color (decimal): -4339365 or 6015421. OLE color: 6015421.

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

Color convert

RGB 189 201 91 -
CMYK 0.06 0 0.55 0.21
HSL 66.55º 0.5% 0.57% -
HSV(B) 66.55º 0.55% 0.79% -
XYZ 43.76 53.35 17.89 -
YUV 184.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 189 201 91 0.06 0 0.55 0.21 66.55 0.5 0.57
Hex BD C9 5B 6 0 37 15 43 32 39
Octal 275 311 133 6 0 67 25 103 62 71
Binary 10111101 11001001 1011011 110 0 110111 10101 1000011 110010 111001

Color Harmonies of #BDC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC95B

Black with #BDC95B

Text Example


Text Example

White with #BDC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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