#BCCC6C

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

Shades of Wild Willow #BCCC6C

Tints of Wild Willow #BCCC6C

Color information

#BCCC6C (or 0xBCCC6C) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 6C. RGB value is (188,204,108). Sum of RGB (Red+Green+Blue) = 188+204+108=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC6C is #433393. Grayscale: #BCBCBC. Windows color (decimal): -4404116 or 7130300. OLE color: 7130300.

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

Color convert

RGB188204108-
CMYK0.0800.470.2
HSL70º48.48%61.18%-
HSV(B)70º47.06%80%-
XYZ45.0454.9622.42-
YUV188.2782.7127.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=37.6%
G=40.8%
B=21.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041080.0800.470.27048.4861.18
HexBCCC6C802F1446303d
Octal27431415410057241066075
Binary1011110011001100110110010000101111101001000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC6C; }

 p { color: rgb(188,204,108); }

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

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

 a { background-color: rgb(188,204,108); }

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

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

 span { border-color: rgb(188,204,108); }

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