#B6CA48

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

Shades of Celery #B6CA48

Tints of Celery #B6CA48

Color information

#B6CA48 (or 0xB6CA48) is unknown color: approx Celery. HEX triplet: B6, CA and 48. RGB value is (182,202,72). Sum of RGB (Red+Green+Blue) = 182+202+72=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA48 is #4935B7. Grayscale: #B5B5B5. Windows color (decimal): -4797880 or 4770486. OLE color: 4770486.

HSL color Cylindrical-coordinate representation of color #B6CA48: hue angle of 69.23º 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 #B6CA48 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB18220272-
CMYK0.1000.640.21
HSL69.23º55.08%53.73%-
HSV(B)69.23º64.36%79.22%-
XYZ41.5852.6514.1-
YUV181.266.37128.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=39.91%
G=44.30%
B=15.79%

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
Decimal182202720.1000.640.2169.2355.0853.73
HexB6CA48A04015453736
Octal266312110120100251056766
Binary10110110110010101001000101001000000101011000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA48; }

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

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

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

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

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

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

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

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