Html Css Color HEX #B2C298 Sprout

📋 copy color: '#B2C298'

red 178 ◦ green 194 ◦ blue 152

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

Shades of Sprout #B2C298

Tints of Sprout #B2C298

RGB

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

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

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

R = 33.97%
G = 37.02%
B = 29.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#B2C298 (or 0xB2C298) is known color: Sprout. HEX triplet: B2, C2 and 98. RGB value is (178,194,152). Sum of RGB (Red+Green+Blue) = 178+194+152=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C298 is #4D3D67. Grayscale: #B8B8B8. Windows color (decimal): -5061992 or 10011314. OLE color: 10011314.

HSL color Cylindrical-coordinate representation of color #B2C298: hue angle of 82.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C298 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 152 -
CMYK 0.08 0 0.22 0.24
HSL 82.86º 0.26% 0.68% -
HSV(B) 82.86º 0.22% 0.76% -
XYZ 43.32 50.32 37.13 -
YUV 184.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 178 194 152 0.08 0 0.22 0.24 82.86 0.26 0.68
Hex B2 C2 98 8 0 16 18 53 1A 44
Octal 262 302 230 10 0 26 30 123 32 104
Binary 10110010 11000010 10011000 1000 0 10110 11000 1010011 11010 1000100

Color Harmonies of #B2C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C298

Black with #B2C298

Text Example


Text Example

White with #B2C298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C298; }

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

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

background-color css

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

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

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

border-color css

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

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

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