#BEBF42

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

Shades of Celery #BEBF42

Tints of Celery #BEBF42

Color information

#BEBF42 (or 0xBEBF42) is unknown color: approx Celery. HEX triplet: BE, BF and 42. RGB value is (190,191,66). Sum of RGB (Red+Green+Blue) = 190+191+66=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF42 is #4140BD. Grayscale: #B0B0B0. Windows color (decimal): -4276414 or 4374462. OLE color: 4374462.

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

Color convert

RGB19019166-
CMYK0.0100.650.25
HSL60.48º49.41%50.39%-
HSV(B)60.48º65.45%74.9%-
XYZ40.8548.612.38-
YUV176.4565.67137.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=42.51%
G=42.73%
B=14.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191660.0100.650.2560.4849.4150.39
HexBEBF421041193c3132
Octal2762771021010131746162
Binary1011111010111111100001010100000111001111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF42; }

 p { color: rgb(190,191,66); }

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

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

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

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

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

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

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