Html Css Color HEX #B5C699 Sprout

📋 copy color: '#B5C699'

red 181 ◦ green 198 ◦ blue 153

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

Shades of Sprout #B5C699

Tints of Sprout #B5C699

RGB

 RED value IS 181 (71.09% from 255) = 34.02%

 GREEN value IS 198 (77.73% from 255) = 37.22%

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

R = 34.02%
G = 37.22%
B = 28.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B5C699 (or 0xB5C699) is known color: Sprout. HEX triplet: B5, C6 and 99. RGB value is (181,198,153). Sum of RGB (Red+Green+Blue) = 181+198+153=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C699 is #4A3966. Grayscale: #BBBBBB. Windows color (decimal): -4864359 or 10077877. OLE color: 10077877.

HSL color Cylindrical-coordinate representation of color #B5C699: hue angle of 82.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C699 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 153 -
CMYK 0.09 0 0.23 0.22
HSL 82.67º 0.28% 0.69% -
HSV(B) 82.67º 0.23% 0.78% -
XYZ 45 52.51 37.9 -
YUV 187.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 181 198 153 0.09 0 0.23 0.22 82.67 0.28 0.69
Hex B5 C6 99 9 0 17 16 53 1C 45
Octal 265 306 231 11 0 27 26 123 34 105
Binary 10110101 11000110 10011001 1001 0 10111 10110 1010011 11100 1000101

Color Harmonies of #B5C699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C699

Black with #B5C699

Text Example


Text Example

White with #B5C699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C699; }

 p { color: rgb(181,198,153); }

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

background-color css

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

 a { background-color: rgb(181,198,153); }

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

border-color css

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

 span { border-color: rgb(181,198,153); }

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