Html Css Color HEX #BFCF9B Sprout

📋 copy color: '#BFCF9B'

red 191 ◦ green 207 ◦ blue 155

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

Shades of Sprout #BFCF9B

Tints of Sprout #BFCF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 34.54%
G = 37.43%
B = 28.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#BFCF9B (or 0xBFCF9B) is known color: Sprout. HEX triplet: BF, CF and 9B. RGB value is (191,207,155). Sum of RGB (Red+Green+Blue) = 191+207+155=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF9B is #403064. Grayscale: #C4C4C4. Windows color (decimal): -4206693 or 10211263. OLE color: 10211263.

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

Color convert

RGB 191 207 155 -
CMYK 0.08 0 0.25 0.19
HSL 78.46º 0.35% 0.71% -
HSV(B) 78.46º 0.25% 0.81% -
XYZ 49.72 58.07 39.6 -
YUV 196.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 191 207 155 0.08 0 0.25 0.19 78.46 0.35 0.71
Hex BF CF 9B 8 0 19 13 4E 23 47
Octal 277 317 233 10 0 31 23 116 43 107
Binary 10111111 11001111 10011011 1000 0 11001 10011 1001110 100011 1000111

Color Harmonies of #BFCF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF9B

Black with #BFCF9B

Text Example


Text Example

White with #BFCF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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