#B2C63A

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

Shades of Celery #B2C63A

Tints of Celery #B2C63A

Color information

#B2C63A (or 0xB2C63A) is unknown color: approx Celery. HEX triplet: B2, C6 and 3A. RGB value is (178,198,58). Sum of RGB (Red+Green+Blue) = 178+198+58=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C63A is #4D39C5. Grayscale: #B0B0B0. Windows color (decimal): -5061062 or 3851954. OLE color: 3851954.

HSL color Cylindrical-coordinate representation of color #B2C63A: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2C63A is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB17819858-
CMYK0.1000.710.22
HSL68.57º55.12%50.2%-
HSV(B)68.57º70.71%77.65%-
XYZ39.3250.1611.61-
YUV176.0661.37129.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 58 (23.05% from 255) = 13.36%
R=41.01%
G=45.62%
B=13.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198580.1000.710.2268.5755.1250.2
HexB2C63AA04716453732
Octal26230672120107261056762
Binary1011001011000110111010101001000111101101000101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C63A; }

 p { color: rgb(178,198,58); }

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

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

 a { background-color: rgb(178,198,58); }

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

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

 span { border-color: rgb(178,198,58); }

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