Html Css Color HEX #B5C098 Sprout

📋 copy color: '#B5C098'

red 181 ◦ green 192 ◦ blue 152

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

Shades of Sprout #B5C098

Tints of Sprout #B5C098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

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

R = 34.48%
G = 36.57%
B = 28.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#B5C098 (or 0xB5C098) is known color: Sprout. HEX triplet: B5, C0 and 98. RGB value is (181,192,152). Sum of RGB (Red+Green+Blue) = 181+192+152=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C098 is #4A3F67. Grayscale: #B8B8B8. Windows color (decimal): -4865896 or 10010805. OLE color: 10010805.

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

Color convert

RGB 181 192 152 -
CMYK 0.06 0 0.21 0.25
HSL 76.5º 0.24% 0.67% -
HSV(B) 76.5º 0.21% 0.75% -
XYZ 43.57 49.79 37.02 -
YUV 184.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 181 192 152 0.06 0 0.21 0.25 76.5 0.24 0.67
Hex B5 C0 98 6 0 15 19 4C 18 43
Octal 265 300 230 6 0 25 31 114 30 103
Binary 10110101 11000000 10011000 110 0 10101 11001 1001100 11000 1000011

Color Harmonies of #B5C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C098

Black with #B5C098

Text Example


Text Example

White with #B5C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C098; }

 p { color: rgb(181,192,152); }

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

background-color css

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

 a { background-color: rgb(181,192,152); }

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

border-color css

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

 span { border-color: rgb(181,192,152); }

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