#BCBC3D

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

Shades of Celery #BCBC3D

Tints of Celery #BCBC3D

Color information

#BCBC3D (or 0xBCBC3D) is unknown color: approx Celery. HEX triplet: BC, BC and 3D. RGB value is (188,188,61). Sum of RGB (Red+Green+Blue) = 188+188+61=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC3D is #4343C2. Grayscale: #AEAEAE. Windows color (decimal): -4408259 or 4046012. OLE color: 4046012.

HSL color Cylindrical-coordinate representation of color #BCBC3D: hue angle of 60º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCBC3D is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18818861-
CMYK000.680.26
HSL60º51%48.82%-
HSV(B)60º67.55%73.73%-
XYZ39.5646.9911.4-
YUV173.5264.5138.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=43.02%
G=43.02%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818861000.680.26605148.82
HexBCBC3D00441A3c3331
Octal274274750010432746361
Binary101111001011110011110100100010011010111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC3D; }

 p { color: rgb(188,188,61); }

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

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

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

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

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

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

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