Html Css Color HEX #B2C098 Sprout

📋 copy color: '#B2C098'

red 178 ◦ green 192 ◦ blue 152

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

Shades of Sprout #B2C098

Tints of Sprout #B2C098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 34.1%
G = 36.78%
B = 29.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#B2C098 (or 0xB2C098) is known color: Sprout. HEX triplet: B2, C0 and 98. RGB value is (178,192,152). Sum of RGB (Red+Green+Blue) = 178+192+152=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C098 is #4D3F67. Grayscale: #B7B7B7. Windows color (decimal): -5062504 or 10010802. OLE color: 10010802.

HSL color Cylindrical-coordinate representation of color #B2C098: hue angle of 81º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2C098 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 152 -
CMYK 0.07 0 0.21 0.25
HSL 81º 0.24% 0.67% -
HSV(B) 81º 0.21% 0.75% -
XYZ 42.88 49.43 36.99 -
YUV 183.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 178 192 152 0.07 0 0.21 0.25 81 0.24 0.67
Hex B2 C0 98 7 0 15 19 51 18 43
Octal 262 300 230 7 0 25 31 121 30 103
Binary 10110010 11000000 10011000 111 0 10101 11001 1010001 11000 1000011

Color Harmonies of #B2C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C098

Black with #B2C098

Text Example


Text Example

White with #B2C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C098; }

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

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

background-color css

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

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

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

border-color css

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

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

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