#B3BF4B

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

Shades of Celery #B3BF4B

Tints of Celery #B3BF4B

Color information

#B3BF4B (or 0xB3BF4B) is unknown color: approx Celery. HEX triplet: B3, BF and 4B. RGB value is (179,191,75). Sum of RGB (Red+Green+Blue) = 179+191+75=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BF4B is #4C40B4. Grayscale: #AEAEAE. Windows color (decimal): -4997301 or 4964275. OLE color: 4964275.

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

Color convert

RGB17919175-
CMYK0.0600.610.25
HSL66.21º47.54%52.16%-
HSV(B)66.21º60.73%74.9%-
XYZ38.4947.3513.77-
YUV174.1972.02131.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 75 (29.69% from 255) = 16.85%
R=40.22%
G=42.92%
B=16.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179191750.0600.610.2566.2147.5452.16
HexB3BF4B603D19423034
Octal2632771136075311026064
Binary101100111011111110010111100111101110011000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF4B; }

 p { color: rgb(179,191,75); }

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

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

 a { background-color: rgb(179,191,75); }

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

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

 span { border-color: rgb(179,191,75); }

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