#BFD782

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

Shades of Sulu #BFD782

Tints of Sulu #BFD782

Color information

#BFD782 (or 0xBFD782) is unknown color: approx Sulu. HEX triplet: BF, D7 and 82. RGB value is (191,215,130). Sum of RGB (Red+Green+Blue) = 191+215+130=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD782 is #40287D. Grayscale: #C6C6C6. Windows color (decimal): -4204670 or 8574911. OLE color: 8574911.

HSL color Cylindrical-coordinate representation of color #BFD782: hue angle of 76.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD782 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB191215130-
CMYK0.1100.400.16
HSL76.94º51.52%67.65%-
HSV(B)76.94º39.53%84.31%-
XYZ49.8261.2930.32-
YUV198.1389.55122.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 130 (51.17% from 255) = 24.25%
R=35.63%
G=40.11%
B=24.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151300.1100.400.1676.9451.5267.65
HexBFD782B028104d3444
Octal277327202130502011564104
Binary101111111101011110000010101101010001000010011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD782; }

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

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

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

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

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

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

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

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