#B8C440

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

Shades of Celery #B8C440

Tints of Celery #B8C440

Color information

#B8C440 (or 0xB8C440) is unknown color: approx Celery. HEX triplet: B8, C4 and 40. RGB value is (184,196,64). Sum of RGB (Red+Green+Blue) = 184+196+64=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C440 is #473BBF. Grayscale: #B1B1B1. Windows color (decimal): -4668352 or 4244664. OLE color: 4244664.

HSL color Cylindrical-coordinate representation of color #B8C440: hue angle of 65.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8C440 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB18419664-
CMYK0.0600.670.23
HSL65.45º52.8%50.98%-
HSV(B)65.45º67.35%76.86%-
XYZ40.4350.0412.38-
YUV177.3664.02132.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 64 (25.39% from 255) = 14.41%
R=41.44%
G=44.14%
B=14.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184196640.0600.670.2365.4552.850.98
HexB8C440604317413533
Octal27030410060103271016563
Binary1011100011000100100000011001000011101111000001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C440; }

 p { color: rgb(184,196,64); }

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

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

 a { background-color: rgb(184,196,64); }

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

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

 span { border-color: rgb(184,196,64); }

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