Html Css Color HEX #BDC95C Wild Willow

📋 copy color: '#BDC95C'

red 189 ◦ green 201 ◦ blue 92

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

Shades of Wild Willow #BDC95C

Tints of Wild Willow #BDC95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 39.21%
G = 41.7%
B = 19.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#BDC95C (or 0xBDC95C) is known color: Wild Willow. HEX triplet: BD, C9 and 5C. RGB value is (189,201,92). Sum of RGB (Red+Green+Blue) = 189+201+92=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC95C is #4236A3. Grayscale: #B9B9B9. Windows color (decimal): -4339364 or 6080957. OLE color: 6080957.

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

Color convert

RGB 189 201 92 -
CMYK 0.06 0 0.54 0.21
HSL 66.61º 0.5% 0.57% -
HSV(B) 66.61º 0.54% 0.79% -
XYZ 43.8 53.36 18.12 -
YUV 184.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 189 201 92 0.06 0 0.54 0.21 66.61 0.5 0.57
Hex BD C9 5C 6 0 36 15 43 32 39
Octal 275 311 134 6 0 66 25 103 62 71
Binary 10111101 11001001 1011100 110 0 110110 10101 1000011 110010 111001

Color Harmonies of #BDC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC95C

Black with #BDC95C

Text Example


Text Example

White with #BDC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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