Html Css Color HEX #BFE195 Sulu

📋 copy color: '#BFE195'

red 191 ◦ green 225 ◦ blue 149

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

Shades of Sulu #BFE195

Tints of Sulu #BFE195

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.82%

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 33.81%
G = 39.82%
B = 26.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BFE195 (or 0xBFE195) is known color: Sulu. HEX triplet: BF, E1 and 95. RGB value is (191,225,149). Sum of RGB (Red+Green+Blue) = 191+225+149=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE195 is #401E6A. Grayscale: #CECECE. Windows color (decimal): -4202091 or 9822655. OLE color: 9822655.

HSL color Cylindrical-coordinate representation of color #BFE195: hue angle of 86.84º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFE195 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 149 -
CMYK 0.15 0 0.34 0.12
HSL 86.84º 0.56% 0.73% -
HSV(B) 86.84º 0.34% 0.88% -
XYZ 53.84 67.1 38.55 -
YUV 206.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 191 225 149 0.15 0 0.34 0.12 86.84 0.56 0.73
Hex BF E1 95 F 0 22 C 57 38 49
Octal 277 341 225 17 0 42 14 127 70 111
Binary 10111111 11100001 10010101 1111 0 100010 1100 1010111 111000 1001001

Color Harmonies of #BFE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE195

Black with #BFE195

Text Example


Text Example

White with #BFE195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE195; }

 p { color: rgb(191,225,149); }

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

background-color css

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

 a { background-color: rgb(191,225,149); }

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

border-color css

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

 span { border-color: rgb(191,225,149); }

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