#BFDE8B

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

Shades of Sulu #BFDE8B

Tints of Sulu #BFDE8B

Color information

#BFDE8B (or 0xBFDE8B) is unknown color: approx Sulu. HEX triplet: BF, DE and 8B. RGB value is (191,222,139). Sum of RGB (Red+Green+Blue) = 191+222+139=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE8B is #402174. Grayscale: #CBCBCB. Windows color (decimal): -4202869 or 9166527. OLE color: 9166527.

HSL color Cylindrical-coordinate representation of color #BFDE8B: hue angle of 82.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFDE8B is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB191222139-
CMYK0.1400.370.13
HSL82.41º55.7%70.78%-
HSV(B)82.41º37.39%87.06%-
XYZ52.2765.1834.25-
YUV203.2791.73119.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=34.60%
G=40.22%
B=25.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221390.1400.370.1382.4155.770.78
HexBFDE8BE025D523847
Octal277336213160451512270107
Binary10111111110111101000101111100100101110110100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE8B; }

 p { color: rgb(191,222,139); }

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

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

 a { background-color: rgb(191,222,139); }

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

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

 span { border-color: rgb(191,222,139); }

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