#B8CA6B

Color #B8CA6B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B8CA6B

Tints of Wild Willow #B8CA6B

Color information

#B8CA6B (or 0xB8CA6B) is unknown color: approx Wild Willow. HEX triplet: B8, CA and 6B. RGB value is (184,202,107). Sum of RGB (Red+Green+Blue) = 184+202+107=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA6B is #473594. Grayscale: #BABABA. Windows color (decimal): -4666773 or 7064248. OLE color: 7064248.

HSL color Cylindrical-coordinate representation of color #B8CA6B: hue angle of 71.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8CA6B is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB184202107-
CMYK0.0900.470.21
HSL71.37º47.26%60.59%-
HSV(B)71.37º47.03%79.22%-
XYZ43.5453.4921.94-
YUV185.7983.54126.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=37.32%
G=40.97%
B=21.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021070.0900.470.2171.3747.2660.59
HexB8CA6B902F15472f3d
Octal27031215311057251075775
Binary1011100011001010110101110010101111101011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA6B; }

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

 H1.HeaderClassName
 {
   color: #B8CA6B;
 }
 .AnyTagClassName
 {
   color: #B8CA6B;
 }
</style>
background-color css

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

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

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

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

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

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