Html Css Color HEX #BFD396 Sprout

📋 copy color: '#BFD396'

red 191 ◦ green 211 ◦ blue 150

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

Shades of Sprout #BFD396

Tints of Sprout #BFD396

RGB

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

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

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

R = 34.6%
G = 38.22%
B = 27.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BFD396 (or 0xBFD396) is known color: Sprout. HEX triplet: BF, D3 and 96. RGB value is (191,211,150). Sum of RGB (Red+Green+Blue) = 191+211+150=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD396 is #402C69. Grayscale: #C6C6C6. Windows color (decimal): -4205674 or 9884607. OLE color: 9884607.

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

Color convert

RGB 191 211 150 -
CMYK 0.09 0 0.29 0.17
HSL 79.67º 0.41% 0.71% -
HSV(B) 79.67º 0.29% 0.83% -
XYZ 50.29 59.87 37.76 -
YUV 198.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 191 211 150 0.09 0 0.29 0.17 79.67 0.41 0.71
Hex BF D3 96 9 0 1D 11 50 29 47
Octal 277 323 226 11 0 35 21 120 51 107
Binary 10111111 11010011 10010110 1001 0 11101 10001 1010000 101001 1000111

Color Harmonies of #BFD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD396

Black with #BFD396

Text Example


Text Example

White with #BFD396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD396; }

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

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

background-color css

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

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

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

border-color css

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

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

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