Html Css Color HEX #B8C990 Sprout

📋 copy color: '#B8C990'

red 184 ◦ green 201 ◦ blue 144

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

Shades of Sprout #B8C990

Tints of Sprout #B8C990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 34.78%
G = 38%
B = 27.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B8C990 (or 0xB8C990) is known color: Sprout. HEX triplet: B8, C9 and 90. RGB value is (184,201,144). Sum of RGB (Red+Green+Blue) = 184+201+144=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C990 is #47366F. Grayscale: #BDBDBD. Windows color (decimal): -4666992 or 9488824. OLE color: 9488824.

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

Color convert

RGB 184 201 144 -
CMYK 0.08 0 0.28 0.21
HSL 77.89º 0.35% 0.68% -
HSV(B) 77.89º 0.28% 0.79% -
XYZ 45.69 53.98 34.4 -
YUV 189.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 184 201 144 0.08 0 0.28 0.21 77.89 0.35 0.68
Hex B8 C9 90 8 0 1C 15 4E 23 44
Octal 270 311 220 10 0 34 25 116 43 104
Binary 10111000 11001001 10010000 1000 0 11100 10101 1001110 100011 1000100

Color Harmonies of #B8C990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C990

Black with #B8C990

Text Example


Text Example

White with #B8C990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C990; }

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

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

background-color css

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

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

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

border-color css

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

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

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