Html Css Color HEX #BFD595 Sprout

📋 copy color: '#BFD595'

red 191 ◦ green 213 ◦ blue 149

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

Shades of Sprout #BFD595

Tints of Sprout #BFD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.52%

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

R = 34.54%
G = 38.52%
B = 26.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BFD595 (or 0xBFD595) is known color: Sprout. HEX triplet: BF, D5 and 95. RGB value is (191,213,149). Sum of RGB (Red+Green+Blue) = 191+213+149=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD595 is #402A6A. Grayscale: #C7C7C7. Windows color (decimal): -4205163 or 9819583. OLE color: 9819583.

HSL color Cylindrical-coordinate representation of color #BFD595: hue angle of 80.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD595 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 149 -
CMYK 0.10 0 0.30 0.16
HSL 80.63º 0.43% 0.71% -
HSV(B) 80.63º 0.3% 0.84% -
XYZ 50.7 60.83 37.5 -
YUV 199.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 191 213 149 0.10 0 0.30 0.16 80.63 0.43 0.71
Hex BF D5 95 A 0 1E 10 51 2B 47
Octal 277 325 225 12 0 36 20 121 53 107
Binary 10111111 11010101 10010101 1010 0 11110 10000 1010001 101011 1000111

Color Harmonies of #BFD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD595

Black with #BFD595

Text Example


Text Example

White with #BFD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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