#B8C968

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

Shades of Wild Willow #B8C968

Tints of Wild Willow #B8C968

Color information

#B8C968 (or 0xB8C968) is unknown color: approx Wild Willow. HEX triplet: B8, C9 and 68. RGB value is (184,201,104). Sum of RGB (Red+Green+Blue) = 184+201+104=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C968 is #473697. Grayscale: #B9B9B9. Windows color (decimal): -4667032 or 6867384. OLE color: 6867384.

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

Color convert

RGB184201104-
CMYK0.0800.480.21
HSL70.52º47.32%59.8%-
HSV(B)70.52º48.26%78.82%-
XYZ43.1552.9621.05-
YUV184.8682.37127.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=37.63%
G=41.10%
B=21.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842011040.0800.480.2170.5247.3259.8
HexB8C968803015472f3c
Octal27031115010060251075774
Binary1011100011001001110100010000110000101011000111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C968; }

 p { color: rgb(184,201,104); }

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

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

 a { background-color: rgb(184,201,104); }

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

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

 span { border-color: rgb(184,201,104); }

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