Html Css Color HEX #B7C160 Wild Willow

📋 copy color: '#B7C160'

red 183 ◦ green 193 ◦ blue 96

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

Shades of Wild Willow #B7C160

Tints of Wild Willow #B7C160

RGB

 RED value IS 183 (71.88% from 255) = 38.77%

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

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

R = 38.77%
G = 40.89%
B = 20.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#B7C160 (or 0xB7C160) is known color: Wild Willow. HEX triplet: B7, C1 and 60. RGB value is (183,193,96). Sum of RGB (Red+Green+Blue) = 183+193+96=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C160 is #483E9F. Grayscale: #B3B3B3. Windows color (decimal): -4734624 or 6341047. OLE color: 6341047.

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

Color convert

RGB 183 193 96 -
CMYK 0.05 0 0.50 0.24
HSL 66.19º 0.44% 0.57% -
HSV(B) 66.19º 0.5% 0.76% -
XYZ 40.71 49.05 18.39 -
YUV 178.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 183 193 96 0.05 0 0.50 0.24 66.19 0.44 0.57
Hex B7 C1 60 5 0 32 18 42 2C 39
Octal 267 301 140 5 0 62 30 102 54 71
Binary 10110111 11000001 1100000 101 0 110010 11000 1000010 101100 111001

Color Harmonies of #B7C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C160

Black with #B7C160

Text Example


Text Example

White with #B7C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C160; }

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

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

background-color css

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

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

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

border-color css

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

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

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