#B2CC4E

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

Shades of Celery #B2CC4E

Tints of Celery #B2CC4E

Color information

#B2CC4E (or 0xB2CC4E) is unknown color: approx Celery. HEX triplet: B2, CC and 4E. RGB value is (178,204,78). Sum of RGB (Red+Green+Blue) = 178+204+78=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC4E is #4D33B1. Grayscale: #B6B6B6. Windows color (decimal): -5059506 or 5164210. OLE color: 5164210.

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

Color convert

RGB17820478-
CMYK0.1300.620.2
HSL72.38º55.26%55.29%-
HSV(B)72.38º61.76%80%-
XYZ41.3353.215.3-
YUV181.8669.39125.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=38.70%
G=44.35%
B=16.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204780.1300.620.272.3855.2655.29
HexB2CC4ED03E14483737
Octal26231411615076241106767
Binary1011001011001100100111011010111110101001001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC4E; }

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

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

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

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

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

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

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

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