#BBCB68

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

Shades of Wild Willow #BBCB68

Tints of Wild Willow #BBCB68

Color information

#BBCB68 (or 0xBBCB68) is unknown color: approx Wild Willow. HEX triplet: BB, CB and 68. RGB value is (187,203,104). Sum of RGB (Red+Green+Blue) = 187+203+104=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB68 is #443497. Grayscale: #BBBBBB. Windows color (decimal): -4469912 or 6867899. OLE color: 6867899.

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

Color convert

RGB187203104-
CMYK0.0800.490.20
HSL69.7º48.77%60.2%-
HSV(B)69.7º48.77%79.61%-
XYZ44.3554.2821.24-
YUV186.9381.2128.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=37.85%
G=41.09%
B=21.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031040.0800.490.2069.748.7760.2
HexBBCB6880311446313c
Octal27331315010061241066174
Binary1011101111001011110100010000110001101001000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB68; }

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

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

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

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

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

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

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

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