#BFDF84

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

Shades of Sulu #BFDF84

Tints of Sulu #BFDF84

Color information

#BFDF84 (or 0xBFDF84) is unknown color: approx Sulu. HEX triplet: BF, DF and 84. RGB value is (191,223,132). Sum of RGB (Red+Green+Blue) = 191+223+132=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF84 is #40207B. Grayscale: #CBCBCB. Windows color (decimal): -4202620 or 8708031. OLE color: 8708031.

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

Color convert

RGB191223132-
CMYK0.1400.410.13
HSL81.1º58.71%69.61%-
HSV(B)81.1º40.81%87.45%-
XYZ52.0465.5231.73-
YUV203.0687.9119.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=34.98%
G=40.84%
B=24.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231320.1400.410.1381.158.7169.61
HexBFDF84E029D513b46
Octal277337204160511512173106
Binary10111111110111111000010011100101001110110100011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF84; }

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

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

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

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

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

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

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

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