Html Css Color HEX #B5CA8E Sprout

📋 copy color: '#B5CA8E'

red 181 ◦ green 202 ◦ blue 142

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

Shades of Sprout #B5CA8E

Tints of Sprout #B5CA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.05%

R = 34.48%
G = 38.48%
B = 27.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B5CA8E (or 0xB5CA8E) is known color: Sprout. HEX triplet: B5, CA and 8E. RGB value is (181,202,142). Sum of RGB (Red+Green+Blue) = 181+202+142=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA8E is #4A3571. Grayscale: #BDBDBD. Windows color (decimal): -4863346 or 9358005. OLE color: 9358005.

HSL color Cylindrical-coordinate representation of color #B5CA8E: hue angle of 81º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5CA8E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 142 -
CMYK 0.10 0 0.30 0.21
HSL 81º 0.36% 0.67% -
HSV(B) 81º 0.3% 0.79% -
XYZ 45.06 54.02 33.64 -
YUV 188.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 181 202 142 0.10 0 0.30 0.21 81 0.36 0.67
Hex B5 CA 8E A 0 1E 15 51 24 43
Octal 265 312 216 12 0 36 25 121 44 103
Binary 10110101 11001010 10001110 1010 0 11110 10101 1010001 100100 1000011

Color Harmonies of #B5CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA8E

Black with #B5CA8E

Text Example


Text Example

White with #B5CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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