#BBBF4D

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

Shades of Celery #BBBF4D

Tints of Celery #BBBF4D

Color information

#BBBF4D (or 0xBBBF4D) is unknown color: approx Celery. HEX triplet: BB, BF and 4D. RGB value is (187,191,77). Sum of RGB (Red+Green+Blue) = 187+191+77=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF4D is #4440B2. Grayscale: #B1B1B1. Windows color (decimal): -4473011 or 5095355. OLE color: 5095355.

HSL color Cylindrical-coordinate representation of color #BBBF4D: hue angle of 62.11º 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 #BBBF4D is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB18719177-
CMYK0.0200.600.25
HSL62.11º47.11%52.55%-
HSV(B)62.11º59.69%74.9%-
XYZ40.4648.3614.22-
YUV176.8171.67135.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=41.10%
G=41.98%
B=16.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191770.0200.600.2562.1147.1152.55
HexBBBF4D203C193e2f35
Octal273277115207431765765
Binary1011101110111111100110110011110011001111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF4D; }

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

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

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

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

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

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

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

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