Html Css Color HEX #BFE091 Sulu

📋 copy color: '#BFE091'

red 191 ◦ green 224 ◦ blue 145

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

Shades of Sulu #BFE091

Tints of Sulu #BFE091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40%

 BLUE value IS 145 (57.03% from 255) = 25.89%

R = 34.11%
G = 40%
B = 25.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#BFE091 (or 0xBFE091) is known color: Sulu. HEX triplet: BF, E0 and 91. RGB value is (191,224,145). Sum of RGB (Red+Green+Blue) = 191+224+145=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE091 is #401F6E. Grayscale: #CDCDCD. Windows color (decimal): -4202351 or 9560255. OLE color: 9560255.

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

Color convert

RGB 191 224 145 -
CMYK 0.15 0 0.35 0.12
HSL 85.06º 0.56% 0.72% -
HSV(B) 85.06º 0.35% 0.88% -
XYZ 53.25 66.43 36.8 -
YUV 205.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 191 224 145 0.15 0 0.35 0.12 85.06 0.56 0.72
Hex BF E0 91 F 0 23 C 55 38 48
Octal 277 340 221 17 0 43 14 125 70 110
Binary 10111111 11100000 10010001 1111 0 100011 1100 1010101 111000 1001000

Color Harmonies of #BFE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE091

Black with #BFE091

Text Example


Text Example

White with #BFE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE091; }

 p { color: rgb(191,224,145); }

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

background-color css

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

 a { background-color: rgb(191,224,145); }

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

border-color css

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

 span { border-color: rgb(191,224,145); }

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