#BFEC8A

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

Shades of Sulu #BFEC8A

Tints of Sulu #BFEC8A

Color information

#BFEC8A (or 0xBFEC8A) is unknown color: approx Sulu. HEX triplet: BF, EC and 8A. RGB value is (191,236,138). Sum of RGB (Red+Green+Blue) = 191+236+138=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC8A is #401375. Grayscale: #D3D3D3. Windows color (decimal): -4199286 or 9104575. OLE color: 9104575.

HSL color Cylindrical-coordinate representation of color #BFEC8A: hue angle of 87.55º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFEC8A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB191236138-
CMYK0.1900.420.07
HSL87.55º72.06%73.33%-
HSV(B)87.55º41.53%92.55%-
XYZ56.0772.935.16-
YUV211.3786.59113.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=33.81%
G=41.77%
B=24.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361380.1900.420.0787.5572.0673.33
HexBFEC8A1302A7584849
Octal277354212230527130110111
Binary101111111110110010001010100110101010111101100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC8A; }

 p { color: rgb(191,236,138); }

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

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

 a { background-color: rgb(191,236,138); }

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

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

 span { border-color: rgb(191,236,138); }

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