Html Css Color HEX #B8C560 Wild Willow

📋 copy color: '#B8C560'

red 184 ◦ green 197 ◦ blue 96

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

Shades of Wild Willow #B8C560

Tints of Wild Willow #B8C560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.3%

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 38.57%
G = 41.3%
B = 20.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#B8C560 (or 0xB8C560) is known color: Wild Willow. HEX triplet: B8, C5 and 60. RGB value is (184,197,96). Sum of RGB (Red+Green+Blue) = 184+197+96=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C560 is #473A9F. Grayscale: #B5B5B5. Windows color (decimal): -4668064 or 6342072. OLE color: 6342072.

HSL color Cylindrical-coordinate representation of color #B8C560: hue angle of 67.72º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8C560 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 197 96 -
CMYK 0.07 0 0.51 0.23
HSL 67.72º 0.47% 0.57% -
HSV(B) 67.72º 0.51% 0.77% -
XYZ 41.84 50.97 18.7 -
YUV 181.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 184 197 96 0.07 0 0.51 0.23 67.72 0.47 0.57
Hex B8 C5 60 7 0 33 17 44 2F 39
Octal 270 305 140 7 0 63 27 104 57 71
Binary 10111000 11000101 1100000 111 0 110011 10111 1000100 101111 111001

Color Harmonies of #B8C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C560

Black with #B8C560

Text Example


Text Example

White with #B8C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C560; }

 p { color: rgb(184,197,96); }

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

background-color css

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

 a { background-color: rgb(184,197,96); }

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

border-color css

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

 span { border-color: rgb(184,197,96); }

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