#B2B93D

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

Shades of Celery #B2B93D

Tints of Celery #B2B93D

Color information

#B2B93D (or 0xB2B93D) is unknown color: approx Celery. HEX triplet: B2, B9 and 3D. RGB value is (178,185,61). Sum of RGB (Red+Green+Blue) = 178+185+61=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B93D is #4D46C2. Grayscale: #A9A9A9. Windows color (decimal): -5064387 or 4045234. OLE color: 4045234.

HSL color Cylindrical-coordinate representation of color #B2B93D: hue angle of 63.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2B93D is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB17818561-
CMYK0.0400.670.27
HSL63.39º50.41%48.24%-
HSV(B)63.39º67.03%72.55%-
XYZ36.5544.511.08-
YUV168.7767.18134.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 61 (24.22% from 255) = 14.39%
R=41.98%
G=43.63%
B=14.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178185610.0400.670.2763.3950.4148.24
HexB2B93D40431B3f3230
Octal262271754010333776260
Binary10110010101110011111011000100001111011111111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B93D; }

 p { color: rgb(178,185,61); }

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

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

 a { background-color: rgb(178,185,61); }

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

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

 span { border-color: rgb(178,185,61); }

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