#B6CB52

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

Shades of Celery #B6CB52

Tints of Celery #B6CB52

Color information

#B6CB52 (or 0xB6CB52) is unknown color: approx Celery. HEX triplet: B6, CB and 52. RGB value is (182,203,82). Sum of RGB (Red+Green+Blue) = 182+203+82=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB52 is #4934AD. Grayscale: #B7B7B7. Windows color (decimal): -4797614 or 5426102. OLE color: 5426102.

HSL color Cylindrical-coordinate representation of color #B6CB52: hue angle of 70.41º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6CB52 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB18220382-
CMYK0.1000.600.20
HSL70.41º53.78%55.88%-
HSV(B)70.41º59.61%79.61%-
XYZ42.1753.2716.04-
YUV182.9371.04127.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 82 (32.42% from 255) = 17.56%
R=38.97%
G=43.47%
B=17.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203820.1000.600.2070.4153.7855.88
HexB6CB52A03C14463638
Octal26631312212074241066670
Binary1011011011001011101001010100111100101001000110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB52; }

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

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

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

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

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

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

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

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