Html Css Color HEX #B4C299 Sprout

📋 copy color: '#B4C299'

red 180 ◦ green 194 ◦ blue 153

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

Shades of Sprout #B4C299

Tints of Sprout #B4C299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 34.16%
G = 36.81%
B = 29.03%

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

#B4C299 (or 0xB4C299) is known color: Sprout. HEX triplet: B4, C2 and 99. RGB value is (180,194,153). Sum of RGB (Red+Green+Blue) = 180+194+153=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C299 is #4B3D66. Grayscale: #B9B9B9. Windows color (decimal): -4930919 or 10076852. OLE color: 10076852.

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

Color convert

RGB 180 194 153 -
CMYK 0.07 0 0.21 0.24
HSL 80.49º 0.25% 0.68% -
HSV(B) 80.49º 0.21% 0.76% -
XYZ 43.86 50.59 37.59 -
YUV 185.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 180 194 153 0.07 0 0.21 0.24 80.49 0.25 0.68
Hex B4 C2 99 7 0 15 18 50 19 44
Octal 264 302 231 7 0 25 30 120 31 104
Binary 10110100 11000010 10011001 111 0 10101 11000 1010000 11001 1000100

Color Harmonies of #B4C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C299

Black with #B4C299

Text Example


Text Example

White with #B4C299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C299; }

 p { color: rgb(180,194,153); }

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

background-color css

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

 a { background-color: rgb(180,194,153); }

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

border-color css

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

 span { border-color: rgb(180,194,153); }

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