Html Css Color HEX #BDC160 Wild Willow

📋 copy color: '#BDC160'

red 189 ◦ green 193 ◦ blue 96

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

Shades of Wild Willow #BDC160

Tints of Wild Willow #BDC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 39.54%
G = 40.38%
B = 20.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BDC160 (or 0xBDC160) is known color: Wild Willow. HEX triplet: BD, C1 and 60. RGB value is (189,193,96). Sum of RGB (Red+Green+Blue) = 189+193+96=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC160 is #423E9F. Grayscale: #B5B5B5. Windows color (decimal): -4341408 or 6341053. OLE color: 6341053.

HSL color Cylindrical-coordinate representation of color #BDC160: hue angle of 62.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC160 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 96 -
CMYK 0.02 0 0.50 0.24
HSL 62.47º 0.44% 0.57% -
HSV(B) 62.47º 0.5% 0.76% -
XYZ 42.17 49.8 18.46 -
YUV 180.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 189 193 96 0.02 0 0.50 0.24 62.47 0.44 0.57
Hex BD C1 60 2 0 32 18 3E 2C 39
Octal 275 301 140 2 0 62 30 76 54 71
Binary 10111101 11000001 1100000 10 0 110010 11000 111110 101100 111001

Color Harmonies of #BDC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC160

Black with #BDC160

Text Example


Text Example

White with #BDC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC160; }

 p { color: rgb(189,193,96); }

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

background-color css

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

 a { background-color: rgb(189,193,96); }

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

border-color css

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

 span { border-color: rgb(189,193,96); }

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