Html Css Color HEX #BFCD96 Sprout

📋 copy color: '#BFCD96'

red 191 ◦ green 205 ◦ blue 150

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

Shades of Sprout #BFCD96

Tints of Sprout #BFCD96

RGB

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

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

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

R = 34.98%
G = 37.55%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#BFCD96 (or 0xBFCD96) is known color: Sprout. HEX triplet: BF, CD and 96. RGB value is (191,205,150). Sum of RGB (Red+Green+Blue) = 191+205+150=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD96 is #403269. Grayscale: #C2C2C2. Windows color (decimal): -4207210 or 9883071. OLE color: 9883071.

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

Color convert

RGB 191 205 150 -
CMYK 0.07 0 0.27 0.20
HSL 75.27º 0.35% 0.7% -
HSV(B) 75.27º 0.27% 0.8% -
XYZ 48.82 56.94 37.27 -
YUV 194.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 191 205 150 0.07 0 0.27 0.20 75.27 0.35 0.7
Hex BF CD 96 7 0 1B 14 4B 23 46
Octal 277 315 226 7 0 33 24 113 43 106
Binary 10111111 11001101 10010110 111 0 11011 10100 1001011 100011 1000110

Color Harmonies of #BFCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD96

Black with #BFCD96

Text Example


Text Example

White with #BFCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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