Html Css Color HEX #BFD091 Sprout

📋 copy color: '#BFD091'

red 191 ◦ green 208 ◦ blue 145

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

Shades of Sprout #BFD091

Tints of Sprout #BFD091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.24%

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

R = 35.11%
G = 38.24%
B = 26.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BFD091 (or 0xBFD091) is known color: Sprout. HEX triplet: BF, D0 and 91. RGB value is (191,208,145). Sum of RGB (Red+Green+Blue) = 191+208+145=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD091 is #402F6E. Grayscale: #C3C3C3. Windows color (decimal): -4206447 or 9556159. OLE color: 9556159.

HSL color Cylindrical-coordinate representation of color #BFD091: hue angle of 76.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD091 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 145 -
CMYK 0.08 0 0.30 0.18
HSL 76.19º 0.4% 0.69% -
HSV(B) 76.19º 0.3% 0.82% -
XYZ 49.15 58.23 35.44 -
YUV 195.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 191 208 145 0.08 0 0.30 0.18 76.19 0.4 0.69
Hex BF D0 91 8 0 1E 12 4C 28 45
Octal 277 320 221 10 0 36 22 114 50 105
Binary 10111111 11010000 10010001 1000 0 11110 10010 1001100 101000 1000101

Color Harmonies of #BFD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD091

Black with #BFD091

Text Example


Text Example

White with #BFD091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD091; }

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

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

background-color css

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

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

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

border-color css

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

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

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