#B8D04E

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

Shades of Celery #B8D04E

Tints of Celery #B8D04E

Color information

#B8D04E (or 0xB8D04E) is unknown color: approx Celery. HEX triplet: B8, D0 and 4E. RGB value is (184,208,78). Sum of RGB (Red+Green+Blue) = 184+208+78=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D04E is #472FB1. Grayscale: #BABABA. Windows color (decimal): -4665266 or 5165240. OLE color: 5165240.

HSL color Cylindrical-coordinate representation of color #B8D04E: hue angle of 71.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8D04E is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB18420878-
CMYK0.1200.620.18
HSL71.08º58.04%56.08%-
HSV(B)71.08º62.5%81.57%-
XYZ43.755.8515.69-
YUV18667.05126.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 208 (81.64% from 255) = 44.26%
BLUE value IS 78 (30.86% from 255) = 16.60%
R=39.15%
G=44.26%
B=16.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184208780.1200.620.1871.0858.0456.08
HexB8D04EC03E12473a38
Octal27032011614076221077270
Binary1011100011010000100111011000111110100101000111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D04E; }

 p { color: rgb(184,208,78); }

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

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

 a { background-color: rgb(184,208,78); }

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

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

 span { border-color: rgb(184,208,78); }

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