Html Css Color HEX #B8C39A Sprout

📋 copy color: '#B8C39A'

red 184 ◦ green 195 ◦ blue 154

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

Shades of Sprout #B8C39A

Tints of Sprout #B8C39A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 34.52%
G = 36.59%
B = 28.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B8C39A (or 0xB8C39A) is known color: Sprout. HEX triplet: B8, C3 and 9A. RGB value is (184,195,154). Sum of RGB (Red+Green+Blue) = 184+195+154=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C39A is #473C65. Grayscale: #BBBBBB. Windows color (decimal): -4668518 or 10142648. OLE color: 10142648.

HSL color Cylindrical-coordinate representation of color #B8C39A: hue angle of 76.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8C39A is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 154 -
CMYK 0.06 0 0.21 0.24
HSL 76.1º 0.25% 0.68% -
HSV(B) 76.1º 0.21% 0.76% -
XYZ 45.12 51.55 38.14 -
YUV 187.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 184 195 154 0.06 0 0.21 0.24 76.1 0.25 0.68
Hex B8 C3 9A 6 0 15 18 4C 19 44
Octal 270 303 232 6 0 25 30 114 31 104
Binary 10111000 11000011 10011010 110 0 10101 11000 1001100 11001 1000100

Color Harmonies of #B8C39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C39A

Black with #B8C39A

Text Example


Text Example

White with #B8C39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C39A; }

 p { color: rgb(184,195,154); }

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

background-color css

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

 a { background-color: rgb(184,195,154); }

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

border-color css

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

 span { border-color: rgb(184,195,154); }

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