#B2CA55

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

Shades of Celery #B2CA55

Tints of Celery #B2CA55

Color information

#B2CA55 (or 0xB2CA55) is unknown color: approx Celery. HEX triplet: B2, CA and 55. RGB value is (178,202,85). Sum of RGB (Red+Green+Blue) = 178+202+85=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA55 is #4D35AA. Grayscale: #B5B5B5. Windows color (decimal): -5060011 or 5622450. OLE color: 5622450.

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

Color convert

RGB17820285-
CMYK0.1200.580.21
HSL72.31º52.47%56.27%-
HSV(B)72.31º57.92%79.22%-
XYZ41.1252.3616.53-
YUV181.4973.55125.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 85 (33.59% from 255) = 18.28%
R=38.28%
G=43.44%
B=18.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202850.1200.580.2172.3152.4756.27
HexB2CA55C03A15483438
Octal26231212514072251106470
Binary1011001011001010101010111000111010101011001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA55; }

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

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

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

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

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

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

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

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