#B2CF46

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

Shades of Celery #B2CF46

Tints of Celery #B2CF46

Color information

#B2CF46 (or 0xB2CF46) is unknown color: approx Celery. HEX triplet: B2, CF and 46. RGB value is (178,207,70). Sum of RGB (Red+Green+Blue) = 178+207+70=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF46 is #4D30B9. Grayscale: #B7B7B7. Windows color (decimal): -5058746 or 4640690. OLE color: 4640690.

HSL color Cylindrical-coordinate representation of color #B2CF46: hue angle of 72.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2CF46 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB17820770-
CMYK0.1400.660.19
HSL72.7º58.8%54.31%-
HSV(B)72.7º66.18%81.18%-
XYZ41.7854.5314.12-
YUV182.7164.39124.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=39.12%
G=45.49%
B=15.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207700.1400.660.1972.758.854.31
HexB2CF46E04213493b36
Octal262317106160102231117366
Binary10110010110011111000110111001000010100111001001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF46; }

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

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

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

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

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

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

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

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