Html Css Color HEX #BDC05B Wild Willow

📋 copy color: '#BDC05B'

red 189 ◦ green 192 ◦ blue 91

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

Shades of Wild Willow #BDC05B

Tints of Wild Willow #BDC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

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

R = 40.04%
G = 40.68%
B = 19.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BDC05B (or 0xBDC05B) is known color: Wild Willow. HEX triplet: BD, C0 and 5B. RGB value is (189,192,91). Sum of RGB (Red+Green+Blue) = 189+192+91=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05B is #423FA4. Grayscale: #B3B3B3. Windows color (decimal): -4341669 or 6013117. OLE color: 6013117.

HSL color Cylindrical-coordinate representation of color #BDC05B: hue angle of 61.78º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC05B is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 91 -
CMYK 0.02 0 0.53 0.25
HSL 61.78º 0.44% 0.55% -
HSV(B) 61.78º 0.53% 0.75% -
XYZ 41.72 49.27 17.21 -
YUV 179.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 189 192 91 0.02 0 0.53 0.25 61.78 0.44 0.55
Hex BD C0 5B 2 0 35 19 3E 2C 37
Octal 275 300 133 2 0 65 31 76 54 67
Binary 10111101 11000000 1011011 10 0 110101 11001 111110 101100 110111

Color Harmonies of #BDC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC05B

Black with #BDC05B

Text Example


Text Example

White with #BDC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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