Html Css Color HEX #BFCF9A Sprout

📋 copy color: '#BFCF9A'

red 191 ◦ green 207 ◦ blue 154

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

Shades of Sprout #BFCF9A

Tints of Sprout #BFCF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.9%

R = 34.6%
G = 37.5%
B = 27.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BFCF9A (or 0xBFCF9A) is known color: Sprout. HEX triplet: BF, CF and 9A. RGB value is (191,207,154). Sum of RGB (Red+Green+Blue) = 191+207+154=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF9A is #403065. Grayscale: #C4C4C4. Windows color (decimal): -4206694 or 10145727. OLE color: 10145727.

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

Color convert

RGB 191 207 154 -
CMYK 0.08 0 0.26 0.19
HSL 78.11º 0.36% 0.71% -
HSV(B) 78.11º 0.26% 0.81% -
XYZ 49.63 58.04 39.16 -
YUV 196.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 191 207 154 0.08 0 0.26 0.19 78.11 0.36 0.71
Hex BF CF 9A 8 0 1A 13 4E 24 47
Octal 277 317 232 10 0 32 23 116 44 107
Binary 10111111 11001111 10011010 1000 0 11010 10011 1001110 100100 1000111

Color Harmonies of #BFCF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF9A

Black with #BFCF9A

Text Example


Text Example

White with #BFCF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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