Html Css Color HEX #B8CA70 Wild Willow

📋 copy color: '#B8CA70'

red 184 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #B8CA70

Tints of Wild Willow #B8CA70

RGB

 RED value IS 184 (72.27% from 255) = 36.95%

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

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

R = 36.95%
G = 40.56%
B = 22.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#B8CA70 (or 0xB8CA70) is known color: Wild Willow. HEX triplet: B8, CA and 70. RGB value is (184,202,112). Sum of RGB (Red+Green+Blue) = 184+202+112=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA70 is #47358F. Grayscale: #BABABA. Windows color (decimal): -4666768 or 7391928. OLE color: 7391928.

HSL color Cylindrical-coordinate representation of color #B8CA70: hue angle of 72º 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 #B8CA70 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 112 -
CMYK 0.09 0 0.45 0.21
HSL 72º 0.46% 0.62% -
HSV(B) 72º 0.45% 0.79% -
XYZ 43.81 53.6 23.37 -
YUV 186.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 184 202 112 0.09 0 0.45 0.21 72 0.46 0.62
Hex B8 CA 70 9 0 2D 15 48 2E 3E
Octal 270 312 160 11 0 55 25 110 56 76
Binary 10111000 11001010 1110000 1001 0 101101 10101 1001000 101110 111110

Color Harmonies of #B8CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA70

Black with #B8CA70

Text Example


Text Example

White with #B8CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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