#B2CC3E

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

Shades of Celery #B2CC3E

Tints of Celery #B2CC3E

Color information

#B2CC3E (or 0xB2CC3E) is unknown color: approx Celery. HEX triplet: B2, CC and 3E. RGB value is (178,204,62). Sum of RGB (Red+Green+Blue) = 178+204+62=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC3E is #4D33C1. Grayscale: #B4B4B4. Windows color (decimal): -5059522 or 4115634. OLE color: 4115634.

HSL color Cylindrical-coordinate representation of color #B2CC3E: hue angle of 70.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2CC3E is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB17820462-
CMYK0.1300.700.2
HSL70.99º58.2%52.16%-
HSV(B)70.99º69.61%80%-
XYZ40.825312.64-
YUV180.0461.39126.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 62 (24.61% from 255) = 13.96%
R=40.09%
G=45.95%
B=13.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204620.1300.700.270.9958.252.16
HexB2CC3ED04614473a34
Octal26231476150106241077264
Binary1011001011001100111110110101000110101001000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC3E; }

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

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

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

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

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

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

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

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