#B5CE40

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

Shades of Celery #B5CE40

Tints of Celery #B5CE40

Color information

#B5CE40 (or 0xB5CE40) is unknown color: approx Celery. HEX triplet: B5, CE and 40. RGB value is (181,206,64). Sum of RGB (Red+Green+Blue) = 181+206+64=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE40 is #4A31BF. Grayscale: #B6B6B6. Windows color (decimal): -4862400 or 4247221. OLE color: 4247221.

HSL color Cylindrical-coordinate representation of color #B5CE40: hue angle of 70.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5CE40 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB18120664-
CMYK0.1200.690.19
HSL70.56º59.17%52.94%-
HSV(B)70.56º68.93%80.78%-
XYZ42.0554.3413.12-
YUV182.3461.22127.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 206 (80.86% from 255) = 45.68%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=40.13%
G=45.68%
B=14.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181206640.1200.690.1970.5659.1752.94
HexB5CE40C04513473b35
Octal265316100140105231077365
Binary10110101110011101000000110001000101100111000111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CE40; }

 p { color: rgb(181,206,64); }

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

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

 a { background-color: rgb(181,206,64); }

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

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

 span { border-color: rgb(181,206,64); }

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