Html Css Color HEX #B2C09C Sprout

📋 copy color: '#B2C09C'

red 178 ◦ green 192 ◦ blue 156

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

Shades of Sprout #B2C09C

Tints of Sprout #B2C09C

RGB

 RED value IS 178 (69.92% from 255) = 33.84%

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

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

R = 33.84%
G = 36.5%
B = 29.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B2C09C (or 0xB2C09C) is known color: Sprout. HEX triplet: B2, C0 and 9C. RGB value is (178,192,156). Sum of RGB (Red+Green+Blue) = 178+192+156=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C09C is #4D3F63. Grayscale: #B7B7B7. Windows color (decimal): -5062500 or 10272946. OLE color: 10272946.

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

Color convert

RGB 178 192 156 -
CMYK 0.07 0 0.19 0.25
HSL 83.33º 0.22% 0.68% -
HSV(B) 83.33º 0.19% 0.75% -
XYZ 43.21 49.56 38.74 -
YUV 183.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 178 192 156 0.07 0 0.19 0.25 83.33 0.22 0.68
Hex B2 C0 9C 7 0 13 19 53 16 44
Octal 262 300 234 7 0 23 31 123 26 104
Binary 10110010 11000000 10011100 111 0 10011 11001 1010011 10110 1000100

Color Harmonies of #B2C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C09C

Black with #B2C09C

Text Example


Text Example

White with #B2C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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