Html Css Color HEX #B4C198 Sprout

📋 copy color: '#B4C198'

red 180 ◦ green 193 ◦ blue 152

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

Shades of Sprout #B4C198

Tints of Sprout #B4C198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

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

R = 34.29%
G = 36.76%
B = 28.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B4C198 (or 0xB4C198) is known color: Sprout. HEX triplet: B4, C1 and 98. RGB value is (180,193,152). Sum of RGB (Red+Green+Blue) = 180+193+152=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C198 is #4B3E67. Grayscale: #B8B8B8. Windows color (decimal): -4931176 or 10011060. OLE color: 10011060.

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

Color convert

RGB 180 193 152 -
CMYK 0.07 0 0.21 0.24
HSL 79.02º 0.25% 0.68% -
HSV(B) 79.02º 0.21% 0.76% -
XYZ 43.56 50.11 37.08 -
YUV 184.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 180 193 152 0.07 0 0.21 0.24 79.02 0.25 0.68
Hex B4 C1 98 7 0 15 18 4F 19 44
Octal 264 301 230 7 0 25 30 117 31 104
Binary 10110100 11000001 10011000 111 0 10101 11000 1001111 11001 1000100

Color Harmonies of #B4C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C198

Black with #B4C198

Text Example


Text Example

White with #B4C198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C198; }

 p { color: rgb(180,193,152); }

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

background-color css

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

 a { background-color: rgb(180,193,152); }

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

border-color css

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

 span { border-color: rgb(180,193,152); }

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