#BFEB84

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

Shades of Sulu #BFEB84

Tints of Sulu #BFEB84

Color information

#BFEB84 (or 0xBFEB84) is unknown color: approx Sulu. HEX triplet: BF, EB and 84. RGB value is (191,235,132). Sum of RGB (Red+Green+Blue) = 191+235+132=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB84 is #40147B. Grayscale: #D2D2D2. Windows color (decimal): -4199548 or 8711103. OLE color: 8711103.

HSL color Cylindrical-coordinate representation of color #BFEB84: hue angle of 85.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFEB84 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB191235132-
CMYK0.1900.440.08
HSL85.63º72.03%71.96%-
HSV(B)85.63º43.83%92.16%-
XYZ55.3672.1632.84-
YUV210.183.92114.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=34.23%
G=42.11%
B=23.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351320.1900.440.0885.6372.0371.96
HexBFEB841302C8564848
Octal2773532042305410126110110
Binary1011111111101011100001001001101011001000101011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB84; }

 p { color: rgb(191,235,132); }

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

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

 a { background-color: rgb(191,235,132); }

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

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

 span { border-color: rgb(191,235,132); }

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