Html Css Color HEX #B2BF98 Sprout

📋 copy color: '#B2BF98'

red 178 ◦ green 191 ◦ blue 152

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

Shades of Sprout #B2BF98

Tints of Sprout #B2BF98

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

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

R = 34.17%
G = 36.66%
B = 29.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#B2BF98 (or 0xB2BF98) is known color: Sprout. HEX triplet: B2, BF and 98. RGB value is (178,191,152). Sum of RGB (Red+Green+Blue) = 178+191+152=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF98 is #4D4067. Grayscale: #B6B6B6. Windows color (decimal): -5062760 or 10010546. OLE color: 10010546.

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

Color convert

RGB 178 191 152 -
CMYK 0.07 0 0.20 0.25
HSL 80º 0.23% 0.67% -
HSV(B) 80º 0.2% 0.75% -
XYZ 42.66 48.99 36.91 -
YUV 182.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 178 191 152 0.07 0 0.20 0.25 80 0.23 0.67
Hex B2 BF 98 7 0 14 19 50 17 43
Octal 262 277 230 7 0 24 31 120 27 103
Binary 10110010 10111111 10011000 111 0 10100 11001 1010000 10111 1000011

Color Harmonies of #B2BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF98

Black with #B2BF98

Text Example


Text Example

White with #B2BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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