Html Css Color HEX #BFCF96 Sprout

📋 copy color: '#BFCF96'

red 191 ◦ green 207 ◦ blue 150

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

Shades of Sprout #BFCF96

Tints of Sprout #BFCF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 34.85%
G = 37.77%
B = 27.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#BFCF96 (or 0xBFCF96) is known color: Sprout. HEX triplet: BF, CF and 96. RGB value is (191,207,150). Sum of RGB (Red+Green+Blue) = 191+207+150=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF96 is #403069. Grayscale: #C3C3C3. Windows color (decimal): -4206698 or 9883583. OLE color: 9883583.

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

Color convert

RGB 191 207 150 -
CMYK 0.08 0 0.28 0.19
HSL 76.84º 0.37% 0.7% -
HSV(B) 76.84º 0.28% 0.81% -
XYZ 49.3 57.9 37.43 -
YUV 195.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 191 207 150 0.08 0 0.28 0.19 76.84 0.37 0.7
Hex BF CF 96 8 0 1C 13 4D 25 46
Octal 277 317 226 10 0 34 23 115 45 106
Binary 10111111 11001111 10010110 1000 0 11100 10011 1001101 100101 1000110

Color Harmonies of #BFCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF96

Black with #BFCF96

Text Example


Text Example

White with #BFCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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