Html Css Color HEX #BFCF94 Sprout

📋 copy color: '#BFCF94'

red 191 ◦ green 207 ◦ blue 148

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

Shades of Sprout #BFCF94

Tints of Sprout #BFCF94

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.91%

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

R = 34.98%
G = 37.91%
B = 27.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BFCF94 (or 0xBFCF94) is known color: Sprout. HEX triplet: BF, CF and 94. RGB value is (191,207,148). Sum of RGB (Red+Green+Blue) = 191+207+148=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF94 is #40306B. Grayscale: #C3C3C3. Windows color (decimal): -4206700 or 9752511. OLE color: 9752511.

HSL color Cylindrical-coordinate representation of color #BFCF94: hue angle of 76.27º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFCF94 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 148 -
CMYK 0.08 0 0.29 0.19
HSL 76.27º 0.38% 0.7% -
HSV(B) 76.27º 0.29% 0.81% -
XYZ 49.14 57.84 36.59 -
YUV 195.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 191 207 148 0.08 0 0.29 0.19 76.27 0.38 0.7
Hex BF CF 94 8 0 1D 13 4C 26 46
Octal 277 317 224 10 0 35 23 114 46 106
Binary 10111111 11001111 10010100 1000 0 11101 10011 1001100 100110 1000110

Color Harmonies of #BFCF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF94

Black with #BFCF94

Text Example


Text Example

White with #BFCF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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