#B2CC4A

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

Shades of Celery #B2CC4A

Tints of Celery #B2CC4A

Color information

#B2CC4A (or 0xB2CC4A) is unknown color: approx Celery. HEX triplet: B2, CC and 4A. RGB value is (178,204,74). Sum of RGB (Red+Green+Blue) = 178+204+74=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC4A is #4D33B5. Grayscale: #B5B5B5. Windows color (decimal): -5059510 or 4902066. OLE color: 4902066.

HSL color Cylindrical-coordinate representation of color #B2CC4A: hue angle of 72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2CC4A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB17820474-
CMYK0.1300.640.2
HSL72º56.03%54.51%-
HSV(B)72º63.73%80%-
XYZ41.1953.1514.57-
YUV181.4167.39125.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 74 (29.30% from 255) = 16.23%
R=39.04%
G=44.74%
B=16.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204740.1300.640.27256.0354.51
HexB2CC4AD04014483837
Octal262314112150100241107067
Binary10110010110011001001010110101000000101001001000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC4A; }

 p { color: rgb(178,204,74); }

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

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

 a { background-color: rgb(178,204,74); }

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

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

 span { border-color: rgb(178,204,74); }

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