Html Css Color HEX #B5CB91 Sprout

📋 copy color: '#B5CB91'

red 181 ◦ green 203 ◦ blue 145

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

Shades of Sprout #B5CB91

Tints of Sprout #B5CB91

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 34.22%
G = 38.37%
B = 27.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#B5CB91 (or 0xB5CB91) is known color: Sprout. HEX triplet: B5, CB and 91. RGB value is (181,203,145). Sum of RGB (Red+Green+Blue) = 181+203+145=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB91 is #4A346E. Grayscale: #BEBEBE. Windows color (decimal): -4863087 or 9554869. OLE color: 9554869.

HSL color Cylindrical-coordinate representation of color #B5CB91: hue angle of 82.76º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CB91 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 203 145 -
CMYK 0.11 0 0.29 0.20
HSL 82.76º 0.36% 0.68% -
HSV(B) 82.76º 0.29% 0.8% -
XYZ 45.52 54.58 34.92 -
YUV 189.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 181 203 145 0.11 0 0.29 0.20 82.76 0.36 0.68
Hex B5 CB 91 B 0 1D 14 53 24 44
Octal 265 313 221 13 0 35 24 123 44 104
Binary 10110101 11001011 10010001 1011 0 11101 10100 1010011 100100 1000100

Color Harmonies of #B5CB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB91

Black with #B5CB91

Text Example


Text Example

White with #B5CB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB91; }

 p { color: rgb(181,203,145); }

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

background-color css

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

 a { background-color: rgb(181,203,145); }

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

border-color css

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

 span { border-color: rgb(181,203,145); }

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