#BFD676

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

Shades of Sulu #BFD676

Tints of Sulu #BFD676

Color information

#BFD676 (or 0xBFD676) is unknown color: approx Sulu. HEX triplet: BF, D6 and 76. RGB value is (191,214,118). Sum of RGB (Red+Green+Blue) = 191+214+118=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD676 is #402989. Grayscale: #C4C4C4. Windows color (decimal): -4204938 or 7788223. OLE color: 7788223.

HSL color Cylindrical-coordinate representation of color #BFD676: hue angle of 74.38º degrees, saturation: 0.54, 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 #BFD676 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB191214118-
CMYK0.1100.450.16
HSL74.38º53.93%65.1%-
HSV(B)74.38º44.86%83.92%-
XYZ48.860.4826.24-
YUV196.1883.88124.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=36.52%
G=40.92%
B=22.56%

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
Decimal1912141180.1100.450.1674.3853.9365.1
HexBFD676B02D104a3641
Octal277326166130552011266101
Binary10111111110101101110110101101011011000010010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD676; }

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

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

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

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

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

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

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

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