#BFC153

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

Shades of Celery #BFC153

Tints of Celery #BFC153

Color information

#BFC153 (or 0xBFC153) is unknown color: approx Celery. HEX triplet: BF, C1 and 53. RGB value is (191,193,83). Sum of RGB (Red+Green+Blue) = 191+193+83=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC153 is #403EAC. Grayscale: #B4B4B4. Windows color (decimal): -4210349 or 5489087. OLE color: 5489087.

HSL color Cylindrical-coordinate representation of color #BFC153: hue angle of 61.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC153 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19119383-
CMYK0.0100.570.24
HSL61.09º47.01%54.12%-
HSV(B)61.09º56.99%75.69%-
XYZ42.1249.8415.58-
YUV179.8673.34135.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 83 (32.81% from 255) = 17.77%
R=40.90%
G=41.33%
B=17.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193830.0100.570.2461.0947.0154.12
HexBFC1531039183d2f36
Octal277301123107130755766
Binary101111111100000110100111011100111000111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC153; }

 p { color: rgb(191,193,83); }

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

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

 a { background-color: rgb(191,193,83); }

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

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

 span { border-color: rgb(191,193,83); }

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