Html Css Color HEX #BFCD9A Sprout

📋 copy color: '#BFCD9A'

red 191 ◦ green 205 ◦ blue 154

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

Shades of Sprout #BFCD9A

Tints of Sprout #BFCD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

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

R = 34.73%
G = 37.27%
B = 28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BFCD9A (or 0xBFCD9A) is known color: Sprout. HEX triplet: BF, CD and 9A. RGB value is (191,205,154). Sum of RGB (Red+Green+Blue) = 191+205+154=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9A is #403265. Grayscale: #C3C3C3. Windows color (decimal): -4207206 or 10145215. OLE color: 10145215.

HSL color Cylindrical-coordinate representation of color #BFCD9A: hue angle of 76.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCD9A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 154 -
CMYK 0.07 0 0.25 0.20
HSL 76.47º 0.34% 0.7% -
HSV(B) 76.47º 0.25% 0.8% -
XYZ 49.15 57.07 39 -
YUV 195 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 191 205 154 0.07 0 0.25 0.20 76.47 0.34 0.7
Hex BF CD 9A 7 0 19 14 4C 22 46
Octal 277 315 232 7 0 31 24 114 42 106
Binary 10111111 11001101 10011010 111 0 11001 10100 1001100 100010 1000110

Color Harmonies of #BFCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD9A

Black with #BFCD9A

Text Example


Text Example

White with #BFCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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