Html Css Color HEX #B8C29B Sprout

📋 copy color: '#B8C29B'

red 184 ◦ green 194 ◦ blue 155

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

Shades of Sprout #B8C29B

Tints of Sprout #B8C29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 34.52%
G = 36.4%
B = 29.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#B8C29B (or 0xB8C29B) is known color: Sprout. HEX triplet: B8, C2 and 9B. RGB value is (184,194,155). Sum of RGB (Red+Green+Blue) = 184+194+155=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C29B is #473D64. Grayscale: #BABABA. Windows color (decimal): -4668773 or 10207928. OLE color: 10207928.

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

Color convert

RGB 184 194 155 -
CMYK 0.05 0 0.20 0.24
HSL 75.38º 0.24% 0.68% -
HSV(B) 75.38º 0.2% 0.76% -
XYZ 44.98 51.14 38.51 -
YUV 186.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 184 194 155 0.05 0 0.20 0.24 75.38 0.24 0.68
Hex B8 C2 9B 5 0 14 18 4B 18 44
Octal 270 302 233 5 0 24 30 113 30 104
Binary 10111000 11000010 10011011 101 0 10100 11000 1001011 11000 1000100

Color Harmonies of #B8C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C29B

Black with #B8C29B

Text Example


Text Example

White with #B8C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C29B; }

 p { color: rgb(184,194,155); }

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

background-color css

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

 a { background-color: rgb(184,194,155); }

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

border-color css

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

 span { border-color: rgb(184,194,155); }

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