Html Css Color HEX #B8D770 Wild Willow

📋 copy color: '#B8D770'

red 184 ◦ green 215 ◦ blue 112

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

Shades of Wild Willow #B8D770

Tints of Wild Willow #B8D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.07%

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

R = 36.01%
G = 42.07%
B = 21.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#B8D770 (or 0xB8D770) is known color: Wild Willow. HEX triplet: B8, D7 and 70. RGB value is (184,215,112). Sum of RGB (Red+Green+Blue) = 184+215+112=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D770 is #47288F. Grayscale: #C2C2C2. Windows color (decimal): -4663440 or 7395256. OLE color: 7395256.

HSL color Cylindrical-coordinate representation of color #B8D770: hue angle of 78.06º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D770 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 215 112 -
CMYK 0.14 0 0.48 0.16
HSL 78.06º 0.56% 0.64% -
HSV(B) 78.06º 0.48% 0.84% -
XYZ 46.99 59.96 24.43 -
YUV 193.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 184 215 112 0.14 0 0.48 0.16 78.06 0.56 0.64
Hex B8 D7 70 E 0 30 10 4E 38 40
Octal 270 327 160 16 0 60 20 116 70 100
Binary 10111000 11010111 1110000 1110 0 110000 10000 1001110 111000 1000000

Color Harmonies of #B8D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D770

Black with #B8D770

Text Example


Text Example

White with #B8D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D770; }

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

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

background-color css

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

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

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

border-color css

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

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

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