#B1CB6D

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

Shades of Wild Willow #B1CB6D

Tints of Wild Willow #B1CB6D

Color information

#B1CB6D (or 0xB1CB6D) is unknown color: approx Wild Willow. HEX triplet: B1, CB and 6D. RGB value is (177,203,109). Sum of RGB (Red+Green+Blue) = 177+203+109=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB6D is #4E3492. Grayscale: #B8B8B8. Windows color (decimal): -5125267 or 7195569. OLE color: 7195569.

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

Color convert

RGB177203109-
CMYK0.1300.460.20
HSL76.6º47.47%61.18%-
HSV(B)76.6º46.31%79.61%-
XYZ42.2553.1622.5-
YUV184.5185.39122.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=36.20%
G=41.51%
B=22.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031090.1300.460.2076.647.4761.18
HexB1CB6DD02E144d2f3d
Octal26131315515056241155775
Binary1011000111001011110110111010101110101001001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB6D; }

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

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

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

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

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

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

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

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