#BCCB62

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

Shades of Wild Willow #BCCB62

Tints of Wild Willow #BCCB62

Color information

#BCCB62 (or 0xBCCB62) is unknown color: approx Wild Willow. HEX triplet: BC, CB and 62. RGB value is (188,203,98). Sum of RGB (Red+Green+Blue) = 188+203+98=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB62 is #43349D. Grayscale: #BABABA. Windows color (decimal): -4404382 or 6474684. OLE color: 6474684.

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

Color convert

RGB18820398-
CMYK0.0700.520.20
HSL68.57º50.24%59.02%-
HSV(B)68.57º51.72%79.61%-
XYZ44.354.2919.7-
YUV186.5478.03129.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 98 (38.67% from 255) = 20.04%
R=38.45%
G=41.51%
B=20.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188203980.0700.520.2068.5750.2459.02
HexBCCB6270341445323b
Octal2743131427064241056273
Binary101111001100101111000101110110100101001000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB62; }

 p { color: rgb(188,203,98); }

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

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

 a { background-color: rgb(188,203,98); }

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

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

 span { border-color: rgb(188,203,98); }

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