#BEBE3D

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

Shades of Celery #BEBE3D

Tints of Celery #BEBE3D

Color information

#BEBE3D (or 0xBEBE3D) is unknown color: approx Celery. HEX triplet: BE, BE and 3D. RGB value is (190,190,61). Sum of RGB (Red+Green+Blue) = 190+190+61=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE3D is #4141C2. Grayscale: #AFAFAF. Windows color (decimal): -4276675 or 4046526. OLE color: 4046526.

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

Color convert

RGB19019061-
CMYK000.680.25
HSL60º51.39%49.22%-
HSV(B)60º67.89%74.51%-
XYZ40.4948.1111.57-
YUV175.2963.5138.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 61 (24.22% from 255) = 13.83%
R=43.08%
G=43.08%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019061000.680.256051.3949.22
HexBEBE3D0044193c3331
Octal276276750010431746361
Binary101111101011111011110100100010011001111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE3D; }

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

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

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

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

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

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

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

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