Html Css Color HEX #B7CD8D Sprout

📋 copy color: '#B7CD8D'

red 183 ◦ green 205 ◦ blue 141

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

Shades of Sprout #B7CD8D

Tints of Sprout #B7CD8D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 34.59%
G = 38.75%
B = 26.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#B7CD8D (or 0xB7CD8D) is known color: Sprout. HEX triplet: B7, CD and 8D. RGB value is (183,205,141). Sum of RGB (Red+Green+Blue) = 183+205+141=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CD8D is #483272. Grayscale: #BFBFBF. Windows color (decimal): -4731507 or 9293239. OLE color: 9293239.

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

Color convert

RGB 183 205 141 -
CMYK 0.11 0 0.31 0.20
HSL 80.63º 0.39% 0.68% -
HSV(B) 80.63º 0.31% 0.8% -
XYZ 46.17 55.65 33.51 -
YUV 191.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 183 205 141 0.11 0 0.31 0.20 80.63 0.39 0.68
Hex B7 CD 8D B 0 1F 14 51 27 44
Octal 267 315 215 13 0 37 24 121 47 104
Binary 10110111 11001101 10001101 1011 0 11111 10100 1010001 100111 1000100

Color Harmonies of #B7CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CD8D

Black with #B7CD8D

Text Example


Text Example

White with #B7CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CD8D; }

 p { color: rgb(183,205,141); }

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

background-color css

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

 a { background-color: rgb(183,205,141); }

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

border-color css

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

 span { border-color: rgb(183,205,141); }

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