#BCCD66

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

Shades of Wild Willow #BCCD66

Tints of Wild Willow #BCCD66

Color information

#BCCD66 (or 0xBCCD66) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 66. RGB value is (188,205,102). Sum of RGB (Red+Green+Blue) = 188+205+102=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD66 is #433299. Grayscale: #BCBCBC. Windows color (decimal): -4403866 or 6737340. OLE color: 6737340.

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

Color convert

RGB188205102-
CMYK0.0800.500.20
HSL69.9º50.74%60.2%-
HSV(B)69.9º50.24%80.39%-
XYZ44.9755.3120.88-
YUV188.1879.37127.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 102 (40.23% from 255) = 20.61%
R=37.98%
G=41.41%
B=20.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051020.0800.500.2069.950.7460.2
HexBCCD6680321446333c
Octal27431514610062241066374
Binary1011110011001101110011010000110010101001000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD66; }

 p { color: rgb(188,205,102); }

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

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

 a { background-color: rgb(188,205,102); }

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

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

 span { border-color: rgb(188,205,102); }

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