Html Css Color HEX #B5C770 Wild Willow

📋 copy color: '#B5C770'

red 181 ◦ green 199 ◦ blue 112

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

Shades of Wild Willow #B5C770

Tints of Wild Willow #B5C770

RGB

 RED value IS 181 (71.09% from 255) = 36.79%

 GREEN value IS 199 (78.13% from 255) = 40.45%

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 36.79%
G = 40.45%
B = 22.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#B5C770 (or 0xB5C770) is known color: Wild Willow. HEX triplet: B5, C7 and 70. RGB value is (181,199,112). Sum of RGB (Red+Green+Blue) = 181+199+112=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C770 is #4A388F. Grayscale: #B8B8B8. Windows color (decimal): -4864144 or 7391157. OLE color: 7391157.

HSL color Cylindrical-coordinate representation of color #B5C770: hue angle of 72.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5C770 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 199 112 -
CMYK 0.09 0 0.44 0.22
HSL 72.41º 0.44% 0.61% -
HSV(B) 72.41º 0.44% 0.78% -
XYZ 42.4 51.84 23.1 -
YUV 183.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 181 199 112 0.09 0 0.44 0.22 72.41 0.44 0.61
Hex B5 C7 70 9 0 2C 16 48 2C 3D
Octal 265 307 160 11 0 54 26 110 54 75
Binary 10110101 11000111 1110000 1001 0 101100 10110 1001000 101100 111101

Color Harmonies of #B5C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C770

Black with #B5C770

Text Example


Text Example

White with #B5C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C770; }

 p { color: rgb(181,199,112); }

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

background-color css

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

 a { background-color: rgb(181,199,112); }

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

border-color css

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

 span { border-color: rgb(181,199,112); }

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