#BEBE4C

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

Shades of Celery #BEBE4C

Tints of Celery #BEBE4C

Color information

#BEBE4C (or 0xBEBE4C) is unknown color: approx Celery. HEX triplet: BE, BE and 4C. RGB value is (190,190,76). Sum of RGB (Red+Green+Blue) = 190+190+76=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE4C is #4141B3. Grayscale: #B1B1B1. Windows color (decimal): -4276660 or 5029566. OLE color: 5029566.

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

Color convert

RGB19019076-
CMYK000.600.25
HSL60º46.72%52.16%-
HSV(B)60º60%74.51%-
XYZ40.9548.314-
YUV17771137.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 76 (30.08% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019076000.600.256046.7252.16
HexBEBE4C003C193c2f34
Octal276276114007431745764
Binary101111101011111010011000011110011001111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE4C; }

 p { color: rgb(190,190,76); }

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

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

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

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

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

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

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