Html Css Color HEX #BFD892 Sprout

📋 copy color: '#BFD892'

red 191 ◦ green 216 ◦ blue 146

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

Shades of Sprout #BFD892

Tints of Sprout #BFD892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.4%

R = 34.54%
G = 39.06%
B = 26.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BFD892 (or 0xBFD892) is known color: Sprout. HEX triplet: BF, D8 and 92. RGB value is (191,216,146). Sum of RGB (Red+Green+Blue) = 191+216+146=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD892 is #40276D. Grayscale: #C8C8C8. Windows color (decimal): -4204398 or 9623743. OLE color: 9623743.

HSL color Cylindrical-coordinate representation of color #BFD892: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD892 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 216 146 -
CMYK 0.12 0 0.32 0.15
HSL 81.43º 0.47% 0.71% -
HSV(B) 81.43º 0.32% 0.85% -
XYZ 51.23 62.26 36.51 -
YUV 200.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 191 216 146 0.12 0 0.32 0.15 81.43 0.47 0.71
Hex BF D8 92 C 0 20 F 51 2F 47
Octal 277 330 222 14 0 40 17 121 57 107
Binary 10111111 11011000 10010010 1100 0 100000 1111 1010001 101111 1000111

Color Harmonies of #BFD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD892

Black with #BFD892

Text Example


Text Example

White with #BFD892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD892; }

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

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

background-color css

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

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

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

border-color css

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

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

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