#BEBC4A

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

Shades of Celery #BEBC4A

Tints of Celery #BEBC4A

Color information

#BEBC4A (or 0xBEBC4A) is unknown color: approx Celery. HEX triplet: BE, BC and 4A. RGB value is (190,188,74). Sum of RGB (Red+Green+Blue) = 190+188+74=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC4A is #4143B5. Grayscale: #B0B0B0. Windows color (decimal): -4277174 or 4897982. OLE color: 4897982.

HSL color Cylindrical-coordinate representation of color #BEBC4A: hue angle of 58.97º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEBC4A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19018874-
CMYK00.010.610.25
HSL58.97º47.15%51.76%-
HSV(B)58.97º61.05%74.51%-
XYZ40.4547.4113.5-
YUV175.670.66138.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=42.04%
G=41.59%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901887400.010.610.2558.9747.1551.76
HexBEBC4A013D193b2f34
Octal276274112017531735764
Binary101111101011110010010100111110111001111011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC4A; }

 p { color: rgb(190,188,74); }

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

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

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

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

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

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

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