Html Css Color HEX #B8D370 Wild Willow

📋 copy color: '#B8D370'

red 184 ◦ green 211 ◦ blue 112

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

Shades of Wild Willow #B8D370

Tints of Wild Willow #B8D370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

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

R = 36.29%
G = 41.62%
B = 22.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#B8D370 (or 0xB8D370) is known color: Wild Willow. HEX triplet: B8, D3 and 70. RGB value is (184,211,112). Sum of RGB (Red+Green+Blue) = 184+211+112=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D370 is #472C8F. Grayscale: #C0C0C0. Windows color (decimal): -4664464 or 7394232. OLE color: 7394232.

HSL color Cylindrical-coordinate representation of color #B8D370: hue angle of 76.36º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8D370 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 184 211 112 -
CMYK 0.13 0 0.47 0.17
HSL 76.36º 0.53% 0.63% -
HSV(B) 76.36º 0.47% 0.83% -
XYZ 45.99 57.95 24.09 -
YUV 191.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 184 211 112 0.13 0 0.47 0.17 76.36 0.53 0.63
Hex B8 D3 70 D 0 2F 11 4C 35 3F
Octal 270 323 160 15 0 57 21 114 65 77
Binary 10111000 11010011 1110000 1101 0 101111 10001 1001100 110101 111111

Color Harmonies of #B8D370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D370

Black with #B8D370

Text Example


Text Example

White with #B8D370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D370; }

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

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

background-color css

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

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

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

border-color css

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

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

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