#B6C04E

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

Shades of Celery #B6C04E

Tints of Celery #B6C04E

Color information

#B6C04E (or 0xB6C04E) is unknown color: approx Celery. HEX triplet: B6, C0 and 4E. RGB value is (182,192,78). Sum of RGB (Red+Green+Blue) = 182+192+78=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C04E is #493FB1. Grayscale: #B0B0B0. Windows color (decimal): -4800434 or 5161142. OLE color: 5161142.

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

Color convert

RGB18219278-
CMYK0.0500.590.25
HSL65.26º47.5%52.94%-
HSV(B)65.26º59.38%75.29%-
XYZ39.5248.1914.43-
YUV176.0172.69132.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=40.27%
G=42.48%
B=17.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182192780.0500.590.2565.2647.552.94
HexB6C04E503B19413035
Octal2663001165073311016065
Binary101101101100000010011101010111011110011000001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C04E; }

 p { color: rgb(182,192,78); }

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

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

 a { background-color: rgb(182,192,78); }

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

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

 span { border-color: rgb(182,192,78); }

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