#BFC752

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

Shades of Celery #BFC752

Tints of Celery #BFC752

Color information

#BFC752 (or 0xBFC752) is unknown color: approx Celery. HEX triplet: BF, C7 and 52. RGB value is (191,199,82). Sum of RGB (Red+Green+Blue) = 191+199+82=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC752 is #4038AD. Grayscale: #B7B7B7. Windows color (decimal): -4208814 or 5425087. OLE color: 5425087.

HSL color Cylindrical-coordinate representation of color #BFC752: hue angle of 64.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC752 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19119982-
CMYK0.0400.590.22
HSL64.1º51.09%55.1%-
HSV(B)64.1º58.79%78.04%-
XYZ43.4352.5315.83-
YUV183.2770.85133.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=40.47%
G=42.16%
B=17.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191199820.0400.590.2264.151.0955.1
HexBFC752403B16403337
Octal2773071224073261006367
Binary101111111100011110100101000111011101101000000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC752; }

 p { color: rgb(191,199,82); }

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

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

 a { background-color: rgb(191,199,82); }

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

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

 span { border-color: rgb(191,199,82); }

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