Html Css Color HEX #B8C698 Sprout

📋 copy color: '#B8C698'

red 184 ◦ green 198 ◦ blue 152

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

Shades of Sprout #B8C698

Tints of Sprout #B8C698

RGB

 RED value IS 184 (72.27% from 255) = 34.46%

 GREEN value IS 198 (77.73% from 255) = 37.08%

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

R = 34.46%
G = 37.08%
B = 28.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B8C698 (or 0xB8C698) is known color: Sprout. HEX triplet: B8, C6 and 98. RGB value is (184,198,152). Sum of RGB (Red+Green+Blue) = 184+198+152=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C698 is #473967. Grayscale: #BCBCBC. Windows color (decimal): -4667752 or 10012344. OLE color: 10012344.

HSL color Cylindrical-coordinate representation of color #B8C698: hue angle of 78.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8C698 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 198 152 -
CMYK 0.07 0 0.23 0.22
HSL 78.26º 0.29% 0.69% -
HSV(B) 78.26º 0.23% 0.78% -
XYZ 45.63 52.85 37.5 -
YUV 188.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 184 198 152 0.07 0 0.23 0.22 78.26 0.29 0.69
Hex B8 C6 98 7 0 17 16 4E 1D 45
Octal 270 306 230 7 0 27 26 116 35 105
Binary 10111000 11000110 10011000 111 0 10111 10110 1001110 11101 1000101

Color Harmonies of #B8C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C698

Black with #B8C698

Text Example


Text Example

White with #B8C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C698; }

 p { color: rgb(184,198,152); }

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

background-color css

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

 a { background-color: rgb(184,198,152); }

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

border-color css

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

 span { border-color: rgb(184,198,152); }

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