Html Css Color HEX #B4BD9C Sprout

📋 copy color: '#B4BD9C'

red 180 ◦ green 189 ◦ blue 156

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

Shades of Sprout #B4BD9C

Tints of Sprout #B4BD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

 BLUE value IS 156 (61.33% from 255) = 29.71%

R = 34.29%
G = 36%
B = 29.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#B4BD9C (or 0xB4BD9C) is known color: Sprout. HEX triplet: B4, BD and 9C. RGB value is (180,189,156). Sum of RGB (Red+Green+Blue) = 180+189+156=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD9C is #4B4263. Grayscale: #B6B6B6. Windows color (decimal): -4932196 or 10272180. OLE color: 10272180.

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

Color convert

RGB 180 189 156 -
CMYK 0.05 0 0.17 0.26
HSL 76.36º 0.2% 0.68% -
HSV(B) 76.36º 0.17% 0.74% -
XYZ 43.02 48.5 38.55 -
YUV 182.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 180 189 156 0.05 0 0.17 0.26 76.36 0.2 0.68
Hex B4 BD 9C 5 0 11 1A 4C 14 44
Octal 264 275 234 5 0 21 32 114 24 104
Binary 10110100 10111101 10011100 101 0 10001 11010 1001100 10100 1000100

Color Harmonies of #B4BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD9C

Black with #B4BD9C

Text Example


Text Example

White with #B4BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD9C; }

 p { color: rgb(180,189,156); }

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

background-color css

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

 a { background-color: rgb(180,189,156); }

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

border-color css

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

 span { border-color: rgb(180,189,156); }

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