Html Css Color HEX #B5CF91 Sprout

📋 copy color: '#B5CF91'

red 181 ◦ green 207 ◦ blue 145

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

Shades of Sprout #B5CF91

Tints of Sprout #B5CF91

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.84%

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

R = 33.96%
G = 38.84%
B = 27.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#B5CF91 (or 0xB5CF91) is known color: Sprout. HEX triplet: B5, CF and 91. RGB value is (181,207,145). Sum of RGB (Red+Green+Blue) = 181+207+145=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CF91 is #4A306E. Grayscale: #C0C0C0. Windows color (decimal): -4862063 or 9555893. OLE color: 9555893.

HSL color Cylindrical-coordinate representation of color #B5CF91: hue angle of 85.16º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5CF91 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 145 -
CMYK 0.13 0 0.30 0.19
HSL 85.16º 0.39% 0.69% -
HSV(B) 85.16º 0.3% 0.81% -
XYZ 46.48 56.49 35.24 -
YUV 192.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 181 207 145 0.13 0 0.30 0.19 85.16 0.39 0.69
Hex B5 CF 91 D 0 1E 13 55 27 45
Octal 265 317 221 15 0 36 23 125 47 105
Binary 10110101 11001111 10010001 1101 0 11110 10011 1010101 100111 1000101

Color Harmonies of #B5CF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF91

Black with #B5CF91

Text Example


Text Example

White with #B5CF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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