#B2BF4D

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

Shades of Celery #B2BF4D

Tints of Celery #B2BF4D

Color information

#B2BF4D (or 0xB2BF4D) is unknown color: approx Celery. HEX triplet: B2, BF and 4D. RGB value is (178,191,77). Sum of RGB (Red+Green+Blue) = 178+191+77=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF4D is #4D40B2. Grayscale: #AEAEAE. Windows color (decimal): -5062835 or 5095346. OLE color: 5095346.

HSL color Cylindrical-coordinate representation of color #B2BF4D: hue angle of 66.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2BF4D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB17819177-
CMYK0.0700.600.25
HSL66.84º47.11%52.55%-
HSV(B)66.84º59.69%74.9%-
XYZ38.3347.2614.12-
YUV174.1273.19130.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=39.91%
G=42.83%
B=17.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191770.0700.600.2566.8447.1152.55
HexB2BF4D703C19432f35
Octal2622771157074311035765
Binary101100101011111110011011110111100110011000011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF4D; }

 p { color: rgb(178,191,77); }

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

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

 a { background-color: rgb(178,191,77); }

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

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

 span { border-color: rgb(178,191,77); }

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