Html Css Color HEX #B4C29B Sprout

📋 copy color: '#B4C29B'

red 180 ◦ green 194 ◦ blue 155

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

Shades of Sprout #B4C29B

Tints of Sprout #B4C29B

RGB

 RED value IS 180 (70.7% from 255) = 34.03%

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

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

R = 34.03%
G = 36.67%
B = 29.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#B4C29B (or 0xB4C29B) is known color: Sprout. HEX triplet: B4, C2 and 9B. RGB value is (180,194,155). Sum of RGB (Red+Green+Blue) = 180+194+155=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C29B is #4B3D64. Grayscale: #B9B9B9. Windows color (decimal): -4930917 or 10207924. OLE color: 10207924.

HSL color Cylindrical-coordinate representation of color #B4C29B: hue angle of 81.54º 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 #B4C29B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 155 -
CMYK 0.07 0 0.20 0.24
HSL 81.54º 0.24% 0.68% -
HSV(B) 81.54º 0.2% 0.76% -
XYZ 44.03 50.65 38.47 -
YUV 185.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 180 194 155 0.07 0 0.20 0.24 81.54 0.24 0.68
Hex B4 C2 9B 7 0 14 18 52 18 44
Octal 264 302 233 7 0 24 30 122 30 104
Binary 10110100 11000010 10011011 111 0 10100 11000 1010010 11000 1000100

Color Harmonies of #B4C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C29B

Black with #B4C29B

Text Example


Text Example

White with #B4C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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