Html Css Color HEX #B0C164 Wild Willow

📋 copy color: '#B0C164'

red 176 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #B0C164

Tints of Wild Willow #B0C164

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

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

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

R = 37.53%
G = 41.15%
B = 21.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#B0C164 (or 0xB0C164) is known color: Wild Willow. HEX triplet: B0, C1 and 64. RGB value is (176,193,100). Sum of RGB (Red+Green+Blue) = 176+193+100=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C164 is #4F3E9B. Grayscale: #B1B1B1. Windows color (decimal): -5193372 or 6603184. OLE color: 6603184.

HSL color Cylindrical-coordinate representation of color #B0C164: hue angle of 70.97º 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 #B0C164 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 100 -
CMYK 0.09 0 0.48 0.24
HSL 70.97º 0.43% 0.57% -
HSV(B) 70.97º 0.48% 0.76% -
XYZ 39.27 48.29 19.31 -
YUV 177.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 176 193 100 0.09 0 0.48 0.24 70.97 0.43 0.57
Hex B0 C1 64 9 0 30 18 47 2B 39
Octal 260 301 144 11 0 60 30 107 53 71
Binary 10110000 11000001 1100100 1001 0 110000 11000 1000111 101011 111001

Color Harmonies of #B0C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C164

Black with #B0C164

Text Example


Text Example

White with #B0C164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C164; }

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

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

background-color css

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

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

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

border-color css

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

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

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