Html Css Color HEX #BFD695 Sprout

📋 copy color: '#BFD695'

red 191 ◦ green 214 ◦ blue 149

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

Shades of Sprout #BFD695

Tints of Sprout #BFD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

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

R = 34.48%
G = 38.63%
B = 26.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BFD695 (or 0xBFD695) is known color: Sprout. HEX triplet: BF, D6 and 95. RGB value is (191,214,149). Sum of RGB (Red+Green+Blue) = 191+214+149=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD695 is #40296A. Grayscale: #C7C7C7. Windows color (decimal): -4204907 or 9819839. OLE color: 9819839.

HSL color Cylindrical-coordinate representation of color #BFD695: hue angle of 81.23º degrees, saturation: 0.44, 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 #BFD695 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 149 -
CMYK 0.11 0 0.30 0.16
HSL 81.23º 0.44% 0.71% -
HSV(B) 81.23º 0.3% 0.84% -
XYZ 50.96 61.34 37.59 -
YUV 199.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 191 214 149 0.11 0 0.30 0.16 81.23 0.44 0.71
Hex BF D6 95 B 0 1E 10 51 2C 47
Octal 277 326 225 13 0 36 20 121 54 107
Binary 10111111 11010110 10010101 1011 0 11110 10000 1010001 101100 1000111

Color Harmonies of #BFD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD695

Black with #BFD695

Text Example


Text Example

White with #BFD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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