#B1C968

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

Shades of Wild Willow #B1C968

Tints of Wild Willow #B1C968

Color information

#B1C968 (or 0xB1C968) is unknown color: approx Wild Willow. HEX triplet: B1, C9 and 68. RGB value is (177,201,104). Sum of RGB (Red+Green+Blue) = 177+201+104=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C968 is #4E3697. Grayscale: #B7B7B7. Windows color (decimal): -5125784 or 6867377. OLE color: 6867377.

HSL color Cylindrical-coordinate representation of color #B1C968: hue angle of 74.85º 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 #B1C968 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB177201104-
CMYK0.1200.480.21
HSL74.85º47.32%59.8%-
HSV(B)74.85º48.26%78.82%-
XYZ41.5252.1220.97-
YUV182.7783.55123.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=36.72%
G=41.70%
B=21.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772011040.1200.480.2174.8547.3259.8
HexB1C968C030154b2f3c
Octal26131115014060251135774
Binary1011000111001001110100011000110000101011001011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C968; }

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

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

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

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

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

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

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

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