#BEBD3B

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

Shades of Celery #BEBD3B

Tints of Celery #BEBD3B

Color information

#BEBD3B (or 0xBEBD3B) is unknown color: approx Celery. HEX triplet: BE, BD and 3B. RGB value is (190,189,59). Sum of RGB (Red+Green+Blue) = 190+189+59=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD3B is #4142C4. Grayscale: #AFAFAF. Windows color (decimal): -4276933 or 3915198. OLE color: 3915198.

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

Color convert

RGB19018959-
CMYK00.010.690.25
HSL59.54º52.61%48.82%-
HSV(B)59.54º68.95%74.51%-
XYZ40.2247.6611.22-
YUV174.4862.83139.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 189 (74.22% from 255) = 43.15%
BLUE value IS 59 (23.44% from 255) = 13.47%
R=43.38%
G=43.15%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901895900.010.690.2559.5452.6148.82
HexBEBD3B0145193c3531
Octal276275730110531746561
Binary101111101011110111101101100010111001111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD3B; }

 p { color: rgb(190,189,59); }

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

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

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

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

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

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

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