Html Css Color HEX #BFCE94 Sprout

📋 copy color: '#BFCE94'

red 191 ◦ green 206 ◦ blue 148

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

Shades of Sprout #BFCE94

Tints of Sprout #BFCE94

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.8%

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 35.05%
G = 37.8%
B = 27.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#BFCE94 (or 0xBFCE94) is known color: Sprout. HEX triplet: BF, CE and 94. RGB value is (191,206,148). Sum of RGB (Red+Green+Blue) = 191+206+148=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE94 is #40316B. Grayscale: #C3C3C3. Windows color (decimal): -4206956 or 9752255. OLE color: 9752255.

HSL color Cylindrical-coordinate representation of color #BFCE94: hue angle of 75.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFCE94 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 148 -
CMYK 0.07 0 0.28 0.19
HSL 75.52º 0.37% 0.69% -
HSV(B) 75.52º 0.28% 0.81% -
XYZ 48.9 57.36 36.51 -
YUV 194.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 191 206 148 0.07 0 0.28 0.19 75.52 0.37 0.69
Hex BF CE 94 7 0 1C 13 4C 25 45
Octal 277 316 224 7 0 34 23 114 45 105
Binary 10111111 11001110 10010100 111 0 11100 10011 1001100 100101 1000101

Color Harmonies of #BFCE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE94

Black with #BFCE94

Text Example


Text Example

White with #BFCE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE94; }

 p { color: rgb(191,206,148); }

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

background-color css

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

 a { background-color: rgb(191,206,148); }

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

border-color css

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

 span { border-color: rgb(191,206,148); }

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