Html Css Color HEX #B5CA70 Wild Willow

📋 copy color: '#B5CA70'

red 181 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #B5CA70

Tints of Wild Willow #B5CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 36.57%
G = 40.81%
B = 22.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#B5CA70 (or 0xB5CA70) is known color: Wild Willow. HEX triplet: B5, CA and 70. RGB value is (181,202,112). Sum of RGB (Red+Green+Blue) = 181+202+112=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA70 is #4A358F. Grayscale: #B9B9B9. Windows color (decimal): -4863376 or 7391925. OLE color: 7391925.

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

Color convert

RGB 181 202 112 -
CMYK 0.10 0 0.45 0.21
HSL 74º 0.46% 0.62% -
HSV(B) 74º 0.45% 0.79% -
XYZ 43.1 53.23 23.33 -
YUV 185.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 181 202 112 0.10 0 0.45 0.21 74 0.46 0.62
Hex B5 CA 70 A 0 2D 15 4A 2E 3E
Octal 265 312 160 12 0 55 25 112 56 76
Binary 10110101 11001010 1110000 1010 0 101101 10101 1001010 101110 111110

Color Harmonies of #B5CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA70

Black with #B5CA70

Text Example


Text Example

White with #B5CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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