#BFDD85

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

Shades of Sulu #BFDD85

Tints of Sulu #BFDD85

Color information

#BFDD85 (or 0xBFDD85) is unknown color: approx Sulu. HEX triplet: BF, DD and 85. RGB value is (191,221,133). Sum of RGB (Red+Green+Blue) = 191+221+133=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD85 is #40227A. Grayscale: #CACACA. Windows color (decimal): -4203131 or 8773055. OLE color: 8773055.

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

Color convert

RGB191221133-
CMYK0.1400.400.13
HSL80.45º56.41%69.41%-
HSV(B)80.45º39.82%86.67%-
XYZ51.5864.4831.92-
YUV20289.06120.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=35.05%
G=40.55%
B=24.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211330.1400.400.1380.4556.4169.41
HexBFDD85E028D503845
Octal277335205160501512070105
Binary10111111110111011000010111100101000110110100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD85; }

 p { color: rgb(191,221,133); }

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

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

 a { background-color: rgb(191,221,133); }

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

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

 span { border-color: rgb(191,221,133); }

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