#B6CB69

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

Shades of Wild Willow #B6CB69

Tints of Wild Willow #B6CB69

Color information

#B6CB69 (or 0xB6CB69) is unknown color: approx Wild Willow. HEX triplet: B6, CB and 69. RGB value is (182,203,105). Sum of RGB (Red+Green+Blue) = 182+203+105=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB69 is #493496. Grayscale: #B9B9B9. Windows color (decimal): -4797591 or 6933430. OLE color: 6933430.

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

Color convert

RGB182203105-
CMYK0.1000.480.20
HSL72.86º48.51%60.39%-
HSV(B)72.86º48.28%79.61%-
XYZ43.253.6821.45-
YUV185.5582.54125.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=37.14%
G=41.43%
B=21.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031050.1000.480.2072.8648.5160.39
HexB6CB69A0301449313c
Octal26631315112060241116174
Binary1011011011001011110100110100110000101001001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB69; }

 p { color: rgb(182,203,105); }

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

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

 a { background-color: rgb(182,203,105); }

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

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

 span { border-color: rgb(182,203,105); }

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