Html Css Color HEX #B5CA93 Sprout

📋 copy color: '#B5CA93'

red 181 ◦ green 202 ◦ blue 147

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

Shades of Sprout #B5CA93

Tints of Sprout #B5CA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 34.15%
G = 38.11%
B = 27.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#B5CA93 (or 0xB5CA93) is known color: Sprout. HEX triplet: B5, CA and 93. RGB value is (181,202,147). Sum of RGB (Red+Green+Blue) = 181+202+147=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA93 is #4A356C. Grayscale: #BDBDBD. Windows color (decimal): -4863341 or 9685685. OLE color: 9685685.

HSL color Cylindrical-coordinate representation of color #B5CA93: hue angle of 82.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5CA93 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 147 -
CMYK 0.10 0 0.27 0.21
HSL 82.91º 0.34% 0.68% -
HSV(B) 82.91º 0.27% 0.79% -
XYZ 45.44 54.17 35.66 -
YUV 189.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 181 202 147 0.10 0 0.27 0.21 82.91 0.34 0.68
Hex B5 CA 93 A 0 1B 15 53 22 44
Octal 265 312 223 12 0 33 25 123 42 104
Binary 10110101 11001010 10010011 1010 0 11011 10101 1010011 100010 1000100

Color Harmonies of #B5CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA93

Black with #B5CA93

Text Example


Text Example

White with #B5CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA93; }

 p { color: rgb(181,202,147); }

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

background-color css

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

 a { background-color: rgb(181,202,147); }

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

border-color css

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

 span { border-color: rgb(181,202,147); }

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