Html Css Color HEX #B5CE9B Sprout

📋 copy color: '#B5CE9B'

red 181 ◦ green 206 ◦ blue 155

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

Shades of Sprout #B5CE9B

Tints of Sprout #B5CE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 33.39%
G = 38.01%
B = 28.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#B5CE9B (or 0xB5CE9B) is known color: Sprout. HEX triplet: B5, CE and 9B. RGB value is (181,206,155). Sum of RGB (Red+Green+Blue) = 181+206+155=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE9B is #4A3164. Grayscale: #C0C0C0. Windows color (decimal): -4862309 or 10210997. OLE color: 10210997.

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

Color convert

RGB 181 206 155 -
CMYK 0.12 0 0.25 0.19
HSL 89.41º 0.34% 0.71% -
HSV(B) 89.41º 0.25% 0.81% -
XYZ 47.04 56.33 39.4 -
YUV 192.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 181 206 155 0.12 0 0.25 0.19 89.41 0.34 0.71
Hex B5 CE 9B C 0 19 13 59 22 47
Octal 265 316 233 14 0 31 23 131 42 107
Binary 10110101 11001110 10011011 1100 0 11001 10011 1011001 100010 1000111

Color Harmonies of #B5CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE9B

Black with #B5CE9B

Text Example


Text Example

White with #B5CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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