#B6C152

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

Shades of Celery #B6C152

Tints of Celery #B6C152

Color information

#B6C152 (or 0xB6C152) is unknown color: approx Celery. HEX triplet: B6, C1 and 52. RGB value is (182,193,82). Sum of RGB (Red+Green+Blue) = 182+193+82=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C152 is #493EAD. Grayscale: #B1B1B1. Windows color (decimal): -4800174 or 5423542. OLE color: 5423542.

HSL color Cylindrical-coordinate representation of color #B6C152: hue angle of 65.95º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6C152 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB18219382-
CMYK0.0600.580.24
HSL65.95º47.23%53.92%-
HSV(B)65.95º57.51%75.69%-
XYZ39.8848.6915.28-
YUV177.0674.36131.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=39.82%
G=42.23%
B=17.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182193820.0600.580.2465.9547.2353.92
HexB6C152603A18422f36
Octal2663011226072301025766
Binary101101101100000110100101100111010110001000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C152; }

 p { color: rgb(182,193,82); }

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

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

 a { background-color: rgb(182,193,82); }

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

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

 span { border-color: rgb(182,193,82); }

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