#B3CA55

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

Shades of Celery #B3CA55

Tints of Celery #B3CA55

Color information

#B3CA55 (or 0xB3CA55) is unknown color: approx Celery. HEX triplet: B3, CA and 55. RGB value is (179,202,85). Sum of RGB (Red+Green+Blue) = 179+202+85=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA55 is #4C35AA. Grayscale: #B6B6B6. Windows color (decimal): -4994475 or 5622451. OLE color: 5622451.

HSL color Cylindrical-coordinate representation of color #B3CA55: hue angle of 71.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3CA55 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB17920285-
CMYK0.1100.580.21
HSL71.79º52.47%56.27%-
HSV(B)71.79º57.92%79.22%-
XYZ41.3552.4816.54-
YUV181.7873.38126.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=38.41%
G=43.35%
B=18.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202850.1100.580.2171.7952.4756.27
HexB3CA55B03A15483438
Octal26331212513072251106470
Binary1011001111001010101010110110111010101011001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA55; }

 p { color: rgb(179,202,85); }

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

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

 a { background-color: rgb(179,202,85); }

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

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

 span { border-color: rgb(179,202,85); }

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