#B2B44E

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

Shades of Celery #B2B44E

Tints of Celery #B2B44E

Color information

#B2B44E (or 0xB2B44E) is unknown color: approx Celery. HEX triplet: B2, B4 and 4E. RGB value is (178,180,78). Sum of RGB (Red+Green+Blue) = 178+180+78=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B44E is #4D4BB1. Grayscale: #A8A8A8. Windows color (decimal): -5065650 or 5158066. OLE color: 5158066.

HSL color Cylindrical-coordinate representation of color #B2B44E: hue angle of 61.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B44E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB17818078-
CMYK0.0100.570.29
HSL61.18º40.48%50.59%-
HSV(B)61.18º56.67%70.59%-
XYZ36.0642.6613.54-
YUV167.7777.34135.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=40.83%
G=41.28%
B=17.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180780.0100.570.2961.1840.4850.59
HexB2B44E10391D3d2833
Octal262264116107135755063
Binary101100101011010010011101011100111101111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B44E; }

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

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

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

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

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

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

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

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