Html Css Color HEX #BFE686 Sulu

📋 copy color: '#BFE686'

red 191 ◦ green 230 ◦ blue 134

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

Shades of Sulu #BFE686

Tints of Sulu #BFE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.44%

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

R = 34.41%
G = 41.44%
B = 24.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#BFE686 (or 0xBFE686) is known color: Sulu. HEX triplet: BF, E6 and 86. RGB value is (191,230,134). Sum of RGB (Red+Green+Blue) = 191+230+134=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE686 is #401979. Grayscale: #CFCFCF. Windows color (decimal): -4200826 or 8840895. OLE color: 8840895.

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

Color convert

RGB 191 230 134 -
CMYK 0.17 0 0.42 0.10
HSL 84.38º 0.66% 0.71% -
HSV(B) 84.38º 0.42% 0.9% -
XYZ 54.09 69.39 33.1 -
YUV 207.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 191 230 134 0.17 0 0.42 0.10 84.38 0.66 0.71
Hex BF E6 86 11 0 2A A 54 42 47
Octal 277 346 206 21 0 52 12 124 102 107
Binary 10111111 11100110 10000110 10001 0 101010 1010 1010100 1000010 1000111

Color Harmonies of #BFE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE686

Black with #BFE686

Text Example


Text Example

White with #BFE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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