#B1CB68

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

Shades of Wild Willow #B1CB68

Tints of Wild Willow #B1CB68

Color information

#B1CB68 (or 0xB1CB68) is unknown color: approx Wild Willow. HEX triplet: B1, CB and 68. RGB value is (177,203,104). Sum of RGB (Red+Green+Blue) = 177+203+104=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB68 is #4E3497. Grayscale: #B8B8B8. Windows color (decimal): -5125272 or 6867889. OLE color: 6867889.

HSL color Cylindrical-coordinate representation of color #B1CB68: hue angle of 75.76º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1CB68 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB177203104-
CMYK0.1300.490.20
HSL75.76º48.77%60.2%-
HSV(B)75.76º48.77%79.61%-
XYZ41.9953.0621.13-
YUV183.9482.89123.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=36.57%
G=41.94%
B=21.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031040.1300.490.2075.7648.7760.2
HexB1CB68D031144c313c
Octal26131315015061241146174
Binary1011000111001011110100011010110001101001001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB68; }

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

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

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

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

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

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

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

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