Html Css Color HEX #BFD698 Sprout

📋 copy color: '#BFD698'

red 191 ◦ green 214 ◦ blue 152

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

Shades of Sprout #BFD698

Tints of Sprout #BFD698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

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

R = 34.29%
G = 38.42%
B = 27.29%

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

#BFD698 (or 0xBFD698) is known color: Sprout. HEX triplet: BF, D6 and 98. RGB value is (191,214,152). Sum of RGB (Red+Green+Blue) = 191+214+152=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD698 is #402967. Grayscale: #C8C8C8. Windows color (decimal): -4204904 or 10016447. OLE color: 10016447.

HSL color Cylindrical-coordinate representation of color #BFD698: hue angle of 82.26º degrees, saturation: 0.43, 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 #BFD698 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 152 -
CMYK 0.11 0 0.29 0.16
HSL 82.26º 0.43% 0.72% -
HSV(B) 82.26º 0.29% 0.84% -
XYZ 51.2 61.44 38.87 -
YUV 200.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 191 214 152 0.11 0 0.29 0.16 82.26 0.43 0.72
Hex BF D6 98 B 0 1D 10 52 2B 48
Octal 277 326 230 13 0 35 20 122 53 110
Binary 10111111 11010110 10011000 1011 0 11101 10000 1010010 101011 1001000

Color Harmonies of #BFD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD698

Black with #BFD698

Text Example


Text Example

White with #BFD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD698; }

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

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

background-color css

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

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

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

border-color css

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

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

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