Html Css Color HEX #B7CA9F Sprout

📋 copy color: '#B7CA9F'

red 183 ◦ green 202 ◦ blue 159

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

Shades of Sprout #B7CA9F

Tints of Sprout #B7CA9F

RGB

 RED value IS 183 (71.88% from 255) = 33.64%

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

 BLUE value IS 159 (62.5% from 255) = 29.23%

R = 33.64%
G = 37.13%
B = 29.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#B7CA9F (or 0xB7CA9F) is known color: Sprout. HEX triplet: B7, CA and 9F. RGB value is (183,202,159). Sum of RGB (Red+Green+Blue) = 183+202+159=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA9F is #483560. Grayscale: #BFBFBF. Windows color (decimal): -4732257 or 10472119. OLE color: 10472119.

HSL color Cylindrical-coordinate representation of color #B7CA9F: hue angle of 86.51º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7CA9F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 202 159 -
CMYK 0.09 0 0.21 0.21
HSL 86.51º 0.29% 0.71% -
HSV(B) 86.51º 0.21% 0.79% -
XYZ 46.91 54.81 40.91 -
YUV 191.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 183 202 159 0.09 0 0.21 0.21 86.51 0.29 0.71
Hex B7 CA 9F 9 0 15 15 57 1D 47
Octal 267 312 237 11 0 25 25 127 35 107
Binary 10110111 11001010 10011111 1001 0 10101 10101 1010111 11101 1000111

Color Harmonies of #B7CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CA9F

Black with #B7CA9F

Text Example


Text Example

White with #B7CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CA9F; }

 p { color: rgb(183,202,159); }

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

background-color css

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

 a { background-color: rgb(183,202,159); }

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

border-color css

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

 span { border-color: rgb(183,202,159); }

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