Html Css Color HEX #BFD798 Sprout

📋 copy color: '#BFD798'

red 191 ◦ green 215 ◦ blue 152

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

Shades of Sprout #BFD798

Tints of Sprout #BFD798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

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

R = 34.23%
G = 38.53%
B = 27.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BFD798 (or 0xBFD798) is known color: Sprout. HEX triplet: BF, D7 and 98. RGB value is (191,215,152). Sum of RGB (Red+Green+Blue) = 191+215+152=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD798 is #402867. Grayscale: #C8C8C8. Windows color (decimal): -4204648 or 10016703. OLE color: 10016703.

HSL color Cylindrical-coordinate representation of color #BFD798: hue angle of 82.86º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD798 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 152 -
CMYK 0.11 0 0.29 0.16
HSL 82.86º 0.44% 0.72% -
HSV(B) 82.86º 0.29% 0.84% -
XYZ 51.45 61.94 38.95 -
YUV 200.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 191 215 152 0.11 0 0.29 0.16 82.86 0.44 0.72
Hex BF D7 98 B 0 1D 10 53 2C 48
Octal 277 327 230 13 0 35 20 123 54 110
Binary 10111111 11010111 10011000 1011 0 11101 10000 1010011 101100 1001000

Color Harmonies of #BFD798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD798

Black with #BFD798

Text Example


Text Example

White with #BFD798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD798; }

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

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

background-color css

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

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

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

border-color css

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

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

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