Html Css Color HEX #BFE586 Sulu

📋 copy color: '#BFE586'

red 191 ◦ green 229 ◦ blue 134

#BFE586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BFE586

Tints of Sulu #BFE586

RGB

 RED value IS 191 (75% from 255) = 34.48%

 GREEN value IS 229 (89.84% from 255) = 41.34%

 BLUE value IS 134 (52.73% from 255) = 24.19%

R = 34.48%
G = 41.34%
B = 24.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#BFE586 (or 0xBFE586) is known color: Sulu. HEX triplet: BF, E5 and 86. RGB value is (191,229,134). Sum of RGB (Red+Green+Blue) = 191+229+134=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE586 is #401A79. Grayscale: #CFCFCF. Windows color (decimal): -4201082 or 8840639. OLE color: 8840639.

HSL color Cylindrical-coordinate representation of color #BFE586: hue angle of 84º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFE586 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 134 -
CMYK 0.17 0 0.41 0.10
HSL 84º 0.65% 0.71% -
HSV(B) 84º 0.41% 0.9% -
XYZ 53.81 68.84 33 -
YUV 206.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 191 229 134 0.17 0 0.41 0.10 84 0.65 0.71
Hex BF E5 86 11 0 29 A 54 41 47
Octal 277 345 206 21 0 51 12 124 101 107
Binary 10111111 11100101 10000110 10001 0 101001 1010 1010100 1000001 1000111

Color Harmonies of #BFE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE586

Black with #BFE586

Text Example


Text Example

White with #BFE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE586; }

 p { color: rgb(191,229,134); }

 H1.HeaderClassName
 {
   color: #BFE586;
 }
 .AnyTagClassName
 {
   color: #BFE586;
 }
</style>

background-color css

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

 a { background-color: rgb(191,229,134); }

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

border-color css

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

 span { border-color: rgb(191,229,134); }

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