#BFD776

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

Shades of Sulu #BFD776

Tints of Sulu #BFD776

Color information

#BFD776 (or 0xBFD776) is unknown color: approx Sulu. HEX triplet: BF, D7 and 76. RGB value is (191,215,118). Sum of RGB (Red+Green+Blue) = 191+215+118=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD776 is #402889. Grayscale: #C5C5C5. Windows color (decimal): -4204682 or 7788479. OLE color: 7788479.

HSL color Cylindrical-coordinate representation of color #BFD776: hue angle of 74.85º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD776 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB191215118-
CMYK0.1100.450.16
HSL74.85º54.8%65.29%-
HSV(B)74.85º45.12%84.31%-
XYZ49.0660.9926.33-
YUV196.7783.55123.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=36.45%
G=41.03%
B=22.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151180.1100.450.1674.8554.865.29
HexBFD776B02D104b3741
Octal277327166130552011367101
Binary10111111110101111110110101101011011000010010111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD776; }

 p { color: rgb(191,215,118); }

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

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

 a { background-color: rgb(191,215,118); }

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

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

 span { border-color: rgb(191,215,118); }

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