#B2BE3F

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

Shades of Celery #B2BE3F

Tints of Celery #B2BE3F

Color information

#B2BE3F (or 0xB2BE3F) is unknown color: approx Celery. HEX triplet: B2, BE and 3F. RGB value is (178,190,63). Sum of RGB (Red+Green+Blue) = 178+190+63=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE3F is #4D41C0. Grayscale: #ACACAC. Windows color (decimal): -5063105 or 4177586. OLE color: 4177586.

HSL color Cylindrical-coordinate representation of color #B2BE3F: hue angle of 65.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2BE3F is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB17819063-
CMYK0.0600.670.25
HSL65.67º50.2%49.61%-
HSV(B)65.67º66.84%74.51%-
XYZ37.6746.6511.72-
YUV171.9366.52132.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 63 (25% from 255) = 14.62%
R=41.30%
G=44.08%
B=14.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190630.0600.670.2565.6750.249.61
HexB2BE3F604319423232
Octal2622767760103311026262
Binary101100101011111011111111001000011110011000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE3F; }

 p { color: rgb(178,190,63); }

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

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

 a { background-color: rgb(178,190,63); }

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

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

 span { border-color: rgb(178,190,63); }

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