Html Css Color HEX #BFC99E Sprout

📋 copy color: '#BFC99E'

red 191 ◦ green 201 ◦ blue 158

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

Shades of Sprout #BFC99E

Tints of Sprout #BFC99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.55%

 BLUE value IS 158 (62.11% from 255) = 28.73%

R = 34.73%
G = 36.55%
B = 28.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#BFC99E (or 0xBFC99E) is known color: Sprout. HEX triplet: BF, C9 and 9E. RGB value is (191,201,158). Sum of RGB (Red+Green+Blue) = 191+201+158=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99E is #403661. Grayscale: #C1C1C1. Windows color (decimal): -4208226 or 10406335. OLE color: 10406335.

HSL color Cylindrical-coordinate representation of color #BFC99E: hue angle of 73.95º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC99E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 158 -
CMYK 0.05 0 0.21 0.21
HSL 73.95º 0.28% 0.7% -
HSV(B) 73.95º 0.21% 0.79% -
XYZ 48.54 55.32 40.47 -
YUV 193.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 191 201 158 0.05 0 0.21 0.21 73.95 0.28 0.7
Hex BF C9 9E 5 0 15 15 4A 1C 46
Octal 277 311 236 5 0 25 25 112 34 106
Binary 10111111 11001001 10011110 101 0 10101 10101 1001010 11100 1000110

Color Harmonies of #BFC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC99E

Black with #BFC99E

Text Example


Text Example

White with #BFC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC99E; }

 p { color: rgb(191,201,158); }

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

background-color css

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

 a { background-color: rgb(191,201,158); }

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

border-color css

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

 span { border-color: rgb(191,201,158); }

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