#BCCD6A

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

Shades of Wild Willow #BCCD6A

Tints of Wild Willow #BCCD6A

Color information

#BCCD6A (or 0xBCCD6A) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 6A. RGB value is (188,205,106). Sum of RGB (Red+Green+Blue) = 188+205+106=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD6A is #433295. Grayscale: #BDBDBD. Windows color (decimal): -4403862 or 6999484. OLE color: 6999484.

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

Color convert

RGB188205106-
CMYK0.0800.480.20
HSL70.3º49.75%60.98%-
HSV(B)70.3º48.29%80.39%-
XYZ45.1755.3921.95-
YUV188.6381.37127.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=37.68%
G=41.08%
B=21.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051060.0800.480.2070.349.7560.98
HexBCCD6A80301446323d
Octal27431515210060241066275
Binary1011110011001101110101010000110000101001000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD6A; }

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

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

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

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

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

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

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

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