#BEBE38

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

Shades of Celery #BEBE38

Tints of Celery #BEBE38

Color information

#BEBE38 (or 0xBEBE38) is unknown color: approx Celery. HEX triplet: BE, BE and 38. RGB value is (190,190,56). Sum of RGB (Red+Green+Blue) = 190+190+56=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE38 is #4141C7. Grayscale: #AFAFAF. Windows color (decimal): -4276680 or 3718846. OLE color: 3718846.

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

Color convert

RGB19019056-
CMYK000.710.25
HSL60º54.47%48.24%-
HSV(B)60º70.53%74.51%-
XYZ40.3648.0610.89-
YUV174.7261138.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 56 (22.27% from 255) = 12.84%
R=43.58%
G=43.58%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019056000.710.256054.4748.24
HexBEBE380047193c3630
Octal276276700010731746660
Binary101111101011111011100000100011111001111100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE38; }

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

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

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

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

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

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

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

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