Html Css Color HEX #B8C360 Wild Willow

📋 copy color: '#B8C360'

red 184 ◦ green 195 ◦ blue 96

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

Shades of Wild Willow #B8C360

Tints of Wild Willow #B8C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.05%

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

R = 38.74%
G = 41.05%
B = 20.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#B8C360 (or 0xB8C360) is known color: Wild Willow. HEX triplet: B8, C3 and 60. RGB value is (184,195,96). Sum of RGB (Red+Green+Blue) = 184+195+96=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C360 is #473C9F. Grayscale: #B4B4B4. Windows color (decimal): -4668576 or 6341560. OLE color: 6341560.

HSL color Cylindrical-coordinate representation of color #B8C360: hue angle of 66.67º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8C360 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 96 -
CMYK 0.06 0 0.51 0.24
HSL 66.67º 0.45% 0.57% -
HSV(B) 66.67º 0.51% 0.76% -
XYZ 41.39 50.07 18.55 -
YUV 180.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 184 195 96 0.06 0 0.51 0.24 66.67 0.45 0.57
Hex B8 C3 60 6 0 33 18 43 2D 39
Octal 270 303 140 6 0 63 30 103 55 71
Binary 10111000 11000011 1100000 110 0 110011 11000 1000011 101101 111001

Color Harmonies of #B8C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C360

Black with #B8C360

Text Example


Text Example

White with #B8C360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C360; }

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

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

background-color css

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

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

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

border-color css

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

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

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