#C3BC4D

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

Shades of Celery #C3BC4D

Tints of Celery #C3BC4D

Color information

#C3BC4D (or 0xC3BC4D) is unknown color: approx Celery. HEX triplet: C3, BC and 4D. RGB value is (195,188,77). Sum of RGB (Red+Green+Blue) = 195+188+77=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC4D is #3C43B2. Grayscale: #B1B1B1. Windows color (decimal): -3949491 or 5094595. OLE color: 5094595.

HSL color Cylindrical-coordinate representation of color #C3BC4D: hue angle of 56.44º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3BC4D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19518877-
CMYK00.040.610.24
HSL56.44º49.58%53.33%-
HSV(B)56.44º60.51%76.47%-
XYZ41.8348.114.1-
YUV177.4471.32140.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 77 (30.47% from 255) = 16.74%
R=42.39%
G=40.87%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951887700.040.610.2456.4449.5853.33
HexC3BC4D043D18383235
Octal303274115047530706265
Binary11000011101111001001101010011110111000111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC4D; }

 p { color: rgb(195,188,77); }

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

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

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

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

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

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

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