Html Css Color HEX #BFD392 Sprout

📋 copy color: '#BFD392'

red 191 ◦ green 211 ◦ blue 146

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

Shades of Sprout #BFD392

Tints of Sprout #BFD392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.5%

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

R = 34.85%
G = 38.5%
B = 26.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#BFD392 (or 0xBFD392) is known color: Sprout. HEX triplet: BF, D3 and 92. RGB value is (191,211,146). Sum of RGB (Red+Green+Blue) = 191+211+146=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD392 is #402C6D. Grayscale: #C5C5C5. Windows color (decimal): -4205678 or 9622463. OLE color: 9622463.

HSL color Cylindrical-coordinate representation of color #BFD392: hue angle of 78.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFD392 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 146 -
CMYK 0.09 0 0.31 0.17
HSL 78.46º 0.42% 0.7% -
HSV(B) 78.46º 0.31% 0.83% -
XYZ 49.97 59.74 36.09 -
YUV 197.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 191 211 146 0.09 0 0.31 0.17 78.46 0.42 0.7
Hex BF D3 92 9 0 1F 11 4E 2A 46
Octal 277 323 222 11 0 37 21 116 52 106
Binary 10111111 11010011 10010010 1001 0 11111 10001 1001110 101010 1000110

Color Harmonies of #BFD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD392

Black with #BFD392

Text Example


Text Example

White with #BFD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD392; }

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

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

background-color css

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

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

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

border-color css

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

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

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