Html Css Color HEX #B6D698 Sprout

📋 copy color: '#B6D698'

red 182 ◦ green 214 ◦ blue 152

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

Shades of Sprout #B6D698

Tints of Sprout #B6D698

RGB

 RED value IS 182 (71.48% from 255) = 33.21%

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

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

R = 33.21%
G = 39.05%
B = 27.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#B6D698 (or 0xB6D698) is known color: Sprout. HEX triplet: B6, D6 and 98. RGB value is (182,214,152). Sum of RGB (Red+Green+Blue) = 182+214+152=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D698 is #492967. Grayscale: #C5C5C5. Windows color (decimal): -4794728 or 10016438. OLE color: 10016438.

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

Color convert

RGB 182 214 152 -
CMYK 0.15 0 0.29 0.16
HSL 90.97º 0.43% 0.72% -
HSV(B) 90.97º 0.29% 0.84% -
XYZ 49.01 60.31 38.76 -
YUV 197.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 182 214 152 0.15 0 0.29 0.16 90.97 0.43 0.72
Hex B6 D6 98 F 0 1D 10 5B 2B 48
Octal 266 326 230 17 0 35 20 133 53 110
Binary 10110110 11010110 10011000 1111 0 11101 10000 1011011 101011 1001000

Color Harmonies of #B6D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D698

Black with #B6D698

Text Example


Text Example

White with #B6D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D698; }

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

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

background-color css

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

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

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

border-color css

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

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

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