#B3CB68

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

Shades of Wild Willow #B3CB68

Tints of Wild Willow #B3CB68

Color information

#B3CB68 (or 0xB3CB68) is unknown color: approx Wild Willow. HEX triplet: B3, CB and 68. RGB value is (179,203,104). Sum of RGB (Red+Green+Blue) = 179+203+104=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB68 is #4C3497. Grayscale: #B8B8B8. Windows color (decimal): -4994200 or 6867891. OLE color: 6867891.

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

Color convert

RGB179203104-
CMYK0.1200.490.20
HSL74.55º48.77%60.2%-
HSV(B)74.55º48.77%79.61%-
XYZ42.4553.321.15-
YUV184.5482.55124.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=36.83%
G=41.77%
B=21.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031040.1200.490.2074.5548.7760.2
HexB3CB68C031144b313c
Octal26331315014061241136174
Binary1011001111001011110100011000110001101001001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB68; }

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

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

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

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

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

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

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

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