Html Css Color HEX #B8C98F Sprout

📋 copy color: '#B8C98F'

red 184 ◦ green 201 ◦ blue 143

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

Shades of Sprout #B8C98F

Tints of Sprout #B8C98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 34.85%
G = 38.07%
B = 27.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#B8C98F (or 0xB8C98F) is known color: Sprout. HEX triplet: B8, C9 and 8F. RGB value is (184,201,143). Sum of RGB (Red+Green+Blue) = 184+201+143=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C98F is #473670. Grayscale: #BDBDBD. Windows color (decimal): -4666993 or 9423288. OLE color: 9423288.

HSL color Cylindrical-coordinate representation of color #B8C98F: hue angle of 77.59º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8C98F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 201 143 -
CMYK 0.08 0 0.29 0.21
HSL 77.59º 0.35% 0.67% -
HSV(B) 77.59º 0.29% 0.79% -
XYZ 45.61 53.95 34 -
YUV 189.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 184 201 143 0.08 0 0.29 0.21 77.59 0.35 0.67
Hex B8 C9 8F 8 0 1D 15 4E 23 43
Octal 270 311 217 10 0 35 25 116 43 103
Binary 10111000 11001001 10001111 1000 0 11101 10101 1001110 100011 1000011

Color Harmonies of #B8C98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C98F

Black with #B8C98F

Text Example


Text Example

White with #B8C98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C98F; }

 p { color: rgb(184,201,143); }

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

background-color css

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

 a { background-color: rgb(184,201,143); }

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

border-color css

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

 span { border-color: rgb(184,201,143); }

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