#B6CA49

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

Shades of Celery #B6CA49

Tints of Celery #B6CA49

Color information

#B6CA49 (or 0xB6CA49) is unknown color: approx Celery. HEX triplet: B6, CA and 49. RGB value is (182,202,73). Sum of RGB (Red+Green+Blue) = 182+202+73=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA49 is #4935B6. Grayscale: #B5B5B5. Windows color (decimal): -4797879 or 4836022. OLE color: 4836022.

HSL color Cylindrical-coordinate representation of color #B6CA49: hue angle of 69.3º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6CA49 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB18220273-
CMYK0.1000.640.21
HSL69.3º54.89%53.92%-
HSV(B)69.3º63.86%79.22%-
XYZ41.6152.6714.28-
YUV181.3166.87128.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=39.82%
G=44.20%
B=15.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202730.1000.640.2169.354.8953.92
HexB6CA49A04015453736
Octal266312111120100251056766
Binary10110110110010101001001101001000000101011000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA49; }

 p { color: rgb(182,202,73); }

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

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

 a { background-color: rgb(182,202,73); }

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

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

 span { border-color: rgb(182,202,73); }

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