#BCC269

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

Shades of Wild Willow #BCC269

Tints of Wild Willow #BCC269

Color information

#BCC269 (or 0xBCC269) is unknown color: approx Wild Willow. HEX triplet: BC, C2 and 69. RGB value is (188,194,105). Sum of RGB (Red+Green+Blue) = 188+194+105=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC269 is #433D96. Grayscale: #B6B6B6. Windows color (decimal): -4406679 or 6931132. OLE color: 6931132.

HSL color Cylindrical-coordinate representation of color #BCC269: hue angle of 64.04º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC269 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB188194105-
CMYK0.0300.460.24
HSL64.04º42.18%58.63%-
HSV(B)64.04º45.88%76.08%-
XYZ42.5850.2920.83-
YUV182.0684.51132.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=38.60%
G=39.84%
B=21.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941050.0300.460.2464.0442.1858.63
HexBCC269302E18402a3b
Octal2743021513056301005273
Binary10111100110000101101001110101110110001000000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC269; }

 p { color: rgb(188,194,105); }

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

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

 a { background-color: rgb(188,194,105); }

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

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

 span { border-color: rgb(188,194,105); }

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