Html Css Color HEX #BFD095 Sprout

📋 copy color: '#BFD095'

red 191 ◦ green 208 ◦ blue 149

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

Shades of Sprout #BFD095

Tints of Sprout #BFD095

RGB

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

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

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

R = 34.85%
G = 37.96%
B = 27.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BFD095 (or 0xBFD095) is known color: Sprout. HEX triplet: BF, D0 and 95. RGB value is (191,208,149). Sum of RGB (Red+Green+Blue) = 191+208+149=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD095 is #402F6A. Grayscale: #C4C4C4. Windows color (decimal): -4206443 or 9818303. OLE color: 9818303.

HSL color Cylindrical-coordinate representation of color #BFD095: hue angle of 77.29º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD095 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 149 -
CMYK 0.08 0 0.28 0.18
HSL 77.29º 0.39% 0.7% -
HSV(B) 77.29º 0.28% 0.82% -
XYZ 49.47 58.36 37.09 -
YUV 196.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 191 208 149 0.08 0 0.28 0.18 77.29 0.39 0.7
Hex BF D0 95 8 0 1C 12 4D 27 46
Octal 277 320 225 10 0 34 22 115 47 106
Binary 10111111 11010000 10010101 1000 0 11100 10010 1001101 100111 1000110

Color Harmonies of #BFD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD095

Black with #BFD095

Text Example


Text Example

White with #BFD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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