#BCC765

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

Shades of Wild Willow #BCC765

Tints of Wild Willow #BCC765

Color information

#BCC765 (or 0xBCC765) is unknown color: approx Wild Willow. HEX triplet: BC, C7 and 65. RGB value is (188,199,101). Sum of RGB (Red+Green+Blue) = 188+199+101=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC765 is #43389A. Grayscale: #B8B8B8. Windows color (decimal): -4405403 or 6670268. OLE color: 6670268.

HSL color Cylindrical-coordinate representation of color #BCC765: hue angle of 66.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC765 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB188199101-
CMYK0.0600.490.22
HSL66.73º46.67%58.82%-
HSV(B)66.73º49.25%78.04%-
XYZ43.5152.4820.15-
YUV184.5480.86130.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 101 (39.84% from 255) = 20.70%
R=38.52%
G=40.78%
B=20.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991010.0600.490.2266.7346.6758.82
HexBCC765603116432f3b
Octal2743071456061261035773
Binary101111001100011111001011100110001101101000011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC765; }

 p { color: rgb(188,199,101); }

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

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

 a { background-color: rgb(188,199,101); }

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

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

 span { border-color: rgb(188,199,101); }

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