#BCB24C

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

Shades of Sundance #BCB24C

Tints of Sundance #BCB24C

Color information

#BCB24C (or 0xBCB24C) is unknown color: approx Sundance. HEX triplet: BC, B2 and 4C. RGB value is (188,178,76). Sum of RGB (Red+Green+Blue) = 188+178+76=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB24C is #434DB3. Grayscale: #A9A9A9. Windows color (decimal): -4410804 or 5026492. OLE color: 5026492.

HSL color Cylindrical-coordinate representation of color #BCB24C: hue angle of 54.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCB24C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18817876-
CMYK00.050.600.26
HSL54.64º45.53%51.76%-
HSV(B)54.64º59.57%73.73%-
XYZ37.9643.0513.15-
YUV169.3675.31141.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 76 (30.08% from 255) = 17.19%
R=42.53%
G=40.27%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881787600.050.600.2654.6445.5351.76
HexBCB24C053C1A372e34
Octal274262114057432675664
Binary10111100101100101001100010111110011010110111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB24C; }

 p { color: rgb(188,178,76); }

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

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

 a { background-color: rgb(188,178,76); }

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

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

 span { border-color: rgb(188,178,76); }

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