Html Css Color HEX #BDC164 Wild Willow

📋 copy color: '#BDC164'

red 189 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #BDC164

Tints of Wild Willow #BDC164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 39.21%
G = 40.04%
B = 20.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BDC164 (or 0xBDC164) is known color: Wild Willow. HEX triplet: BD, C1 and 64. RGB value is (189,193,100). Sum of RGB (Red+Green+Blue) = 189+193+100=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC164 is #423E9B. Grayscale: #B5B5B5. Windows color (decimal): -4341404 or 6603197. OLE color: 6603197.

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

Color convert

RGB 189 193 100 -
CMYK 0.02 0 0.48 0.24
HSL 62.58º 0.43% 0.57% -
HSV(B) 62.58º 0.48% 0.76% -
XYZ 42.36 49.88 19.45 -
YUV 181.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 189 193 100 0.02 0 0.48 0.24 62.58 0.43 0.57
Hex BD C1 64 2 0 30 18 3F 2B 39
Octal 275 301 144 2 0 60 30 77 53 71
Binary 10111101 11000001 1100100 10 0 110000 11000 111111 101011 111001

Color Harmonies of #BDC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC164

Black with #BDC164

Text Example


Text Example

White with #BDC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC164; }

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

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

background-color css

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

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

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

border-color css

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

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

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