Html Css Color HEX #B4C09C Sprout

📋 copy color: '#B4C09C'

red 180 ◦ green 192 ◦ blue 156

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

Shades of Sprout #B4C09C

Tints of Sprout #B4C09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.36%

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

R = 34.09%
G = 36.36%
B = 29.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B4C09C (or 0xB4C09C) is known color: Sprout. HEX triplet: B4, C0 and 9C. RGB value is (180,192,156). Sum of RGB (Red+Green+Blue) = 180+192+156=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C09C is #4B3F63. Grayscale: #B8B8B8. Windows color (decimal): -4931428 or 10272948. OLE color: 10272948.

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

Color convert

RGB 180 192 156 -
CMYK 0.06 0 0.19 0.25
HSL 80º 0.22% 0.68% -
HSV(B) 80º 0.19% 0.75% -
XYZ 43.67 49.8 38.76 -
YUV 184.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 180 192 156 0.06 0 0.19 0.25 80 0.22 0.68
Hex B4 C0 9C 6 0 13 19 50 16 44
Octal 264 300 234 6 0 23 31 120 26 104
Binary 10110100 11000000 10011100 110 0 10011 11001 1010000 10110 1000100

Color Harmonies of #B4C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C09C

Black with #B4C09C

Text Example


Text Example

White with #B4C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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