#B2CD46

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

Shades of Celery #B2CD46

Tints of Celery #B2CD46

Color information

#B2CD46 (or 0xB2CD46) is unknown color: approx Celery. HEX triplet: B2, CD and 46. RGB value is (178,205,70). Sum of RGB (Red+Green+Blue) = 178+205+70=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD46 is #4D32B9. Grayscale: #B6B6B6. Windows color (decimal): -5059258 or 4640178. OLE color: 4640178.

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

Color convert

RGB17820570-
CMYK0.1300.660.20
HSL72º57.45%53.92%-
HSV(B)72º65.85%80.39%-
XYZ41.353.5713.96-
YUV181.5465.05125.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=39.29%
G=45.25%
B=15.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178205700.1300.660.207257.4553.92
HexB2CD46D04214483936
Octal262315106150102241107166
Binary10110010110011011000110110101000010101001001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD46; }

 p { color: rgb(178,205,70); }

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

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

 a { background-color: rgb(178,205,70); }

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

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

 span { border-color: rgb(178,205,70); }

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