Html Css Color HEX #B5CC9B Sprout

📋 copy color: '#B5CC9B'

red 181 ◦ green 204 ◦ blue 155

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

Shades of Sprout #B5CC9B

Tints of Sprout #B5CC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

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

R = 33.52%
G = 37.78%
B = 28.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#B5CC9B (or 0xB5CC9B) is known color: Sprout. HEX triplet: B5, CC and 9B. RGB value is (181,204,155). Sum of RGB (Red+Green+Blue) = 181+204+155=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC9B is #4A3364. Grayscale: #BFBFBF. Windows color (decimal): -4862821 or 10210485. OLE color: 10210485.

HSL color Cylindrical-coordinate representation of color #B5CC9B: hue angle of 88.16º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CC9B is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 155 -
CMYK 0.11 0 0.24 0.2
HSL 88.16º 0.32% 0.7% -
HSV(B) 88.16º 0.24% 0.8% -
XYZ 46.57 55.38 39.24 -
YUV 191.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 181 204 155 0.11 0 0.24 0.2 88.16 0.32 0.7
Hex B5 CC 9B B 0 18 14 58 20 46
Octal 265 314 233 13 0 30 24 130 40 106
Binary 10110101 11001100 10011011 1011 0 11000 10100 1011000 100000 1000110

Color Harmonies of #B5CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC9B

Black with #B5CC9B

Text Example


Text Example

White with #B5CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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