Html Css Color HEX #B0C067 Wild Willow

📋 copy color: '#B0C067'

red 176 ◦ green 192 ◦ blue 103

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

Shades of Wild Willow #B0C067

Tints of Wild Willow #B0C067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.87%

R = 37.37%
G = 40.76%
B = 21.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#B0C067 (or 0xB0C067) is known color: Wild Willow. HEX triplet: B0, C0 and 67. RGB value is (176,192,103). Sum of RGB (Red+Green+Blue) = 176+192+103=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C067 is #4F3F98. Grayscale: #B1B1B1. Windows color (decimal): -5193625 or 6799536. OLE color: 6799536.

HSL color Cylindrical-coordinate representation of color #B0C067: hue angle of 70.79º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0C067 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 103 -
CMYK 0.08 0 0.46 0.25
HSL 70.79º 0.41% 0.58% -
HSV(B) 70.79º 0.46% 0.75% -
XYZ 39.2 47.91 20.01 -
YUV 177.07 86.2 127.24 -
System Red Green Blue C M Y K H S L
Decimal 176 192 103 0.08 0 0.46 0.25 70.79 0.41 0.58
Hex B0 C0 67 8 0 2E 19 47 29 3A
Octal 260 300 147 10 0 56 31 107 51 72
Binary 10110000 11000000 1100111 1000 0 101110 11001 1000111 101001 111010

Color Harmonies of #B0C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C067

Black with #B0C067

Text Example


Text Example

White with #B0C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C067; }

 p { color: rgb(176,192,103); }

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

background-color css

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

 a { background-color: rgb(176,192,103); }

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

border-color css

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

 span { border-color: rgb(176,192,103); }

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