Html Css Color HEX #BFD898 Sprout

📋 copy color: '#BFD898'

red 191 ◦ green 216 ◦ blue 152

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

Shades of Sprout #BFD898

Tints of Sprout #BFD898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

 BLUE value IS 152 (59.77% from 255) = 27.19%

R = 34.17%
G = 38.64%
B = 27.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BFD898 (or 0xBFD898) is known color: Sprout. HEX triplet: BF, D8 and 98. RGB value is (191,216,152). Sum of RGB (Red+Green+Blue) = 191+216+152=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD898 is #402767. Grayscale: #C9C9C9. Windows color (decimal): -4204392 or 10016959. OLE color: 10016959.

HSL color Cylindrical-coordinate representation of color #BFD898: hue angle of 83.44º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD898 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 216 152 -
CMYK 0.12 0 0.30 0.15
HSL 83.44º 0.45% 0.72% -
HSV(B) 83.44º 0.3% 0.85% -
XYZ 51.71 62.46 39.04 -
YUV 201.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 191 216 152 0.12 0 0.30 0.15 83.44 0.45 0.72
Hex BF D8 98 C 0 1E F 53 2D 48
Octal 277 330 230 14 0 36 17 123 55 110
Binary 10111111 11011000 10011000 1100 0 11110 1111 1010011 101101 1001000

Color Harmonies of #BFD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD898

Black with #BFD898

Text Example


Text Example

White with #BFD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD898; }

 p { color: rgb(191,216,152); }

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

background-color css

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

 a { background-color: rgb(191,216,152); }

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

border-color css

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

 span { border-color: rgb(191,216,152); }

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