Html Css Color HEX #B5C970 Wild Willow

📋 copy color: '#B5C970'

red 181 ◦ green 201 ◦ blue 112

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

Shades of Wild Willow #B5C970

Tints of Wild Willow #B5C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 36.64%
G = 40.69%
B = 22.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#B5C970 (or 0xB5C970) is known color: Wild Willow. HEX triplet: B5, C9 and 70. RGB value is (181,201,112). Sum of RGB (Red+Green+Blue) = 181+201+112=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C970 is #4A368F. Grayscale: #B9B9B9. Windows color (decimal): -4863632 or 7391669. OLE color: 7391669.

HSL color Cylindrical-coordinate representation of color #B5C970: hue angle of 73.48º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5C970 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 112 -
CMYK 0.10 0 0.44 0.21
HSL 73.48º 0.45% 0.61% -
HSV(B) 73.48º 0.44% 0.79% -
XYZ 42.87 52.77 23.25 -
YUV 184.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 181 201 112 0.10 0 0.44 0.21 73.48 0.45 0.61
Hex B5 C9 70 A 0 2C 15 49 2D 3D
Octal 265 311 160 12 0 54 25 111 55 75
Binary 10110101 11001001 1110000 1010 0 101100 10101 1001001 101101 111101

Color Harmonies of #B5C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C970

Black with #B5C970

Text Example


Text Example

White with #B5C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C970; }

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

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

background-color css

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

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

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

border-color css

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

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

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