Html Css Color HEX #B5CE9D Sprout

📋 copy color: '#B5CE9D'

red 181 ◦ green 206 ◦ blue 157

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

Shades of Sprout #B5CE9D

Tints of Sprout #B5CE9D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.87%

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 33.27%
G = 37.87%
B = 28.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#B5CE9D (or 0xB5CE9D) is known color: Sprout. HEX triplet: B5, CE and 9D. RGB value is (181,206,157). Sum of RGB (Red+Green+Blue) = 181+206+157=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE9D is #4A3162. Grayscale: #C1C1C1. Windows color (decimal): -4862307 or 10342069. OLE color: 10342069.

HSL color Cylindrical-coordinate representation of color #B5CE9D: hue angle of 90.61º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CE9D is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 157 -
CMYK 0.12 0 0.24 0.19
HSL 90.61º 0.33% 0.71% -
HSV(B) 90.61º 0.24% 0.81% -
XYZ 47.21 56.4 40.3 -
YUV 192.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 181 206 157 0.12 0 0.24 0.19 90.61 0.33 0.71
Hex B5 CE 9D C 0 18 13 5B 21 47
Octal 265 316 235 14 0 30 23 133 41 107
Binary 10110101 11001110 10011101 1100 0 11000 10011 1011011 100001 1000111

Color Harmonies of #B5CE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE9D

Black with #B5CE9D

Text Example


Text Example

White with #B5CE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE9D; }

 p { color: rgb(181,206,157); }

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

background-color css

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

 a { background-color: rgb(181,206,157); }

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

border-color css

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

 span { border-color: rgb(181,206,157); }

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