Html Css Color HEX #B7CF8E Sprout

📋 copy color: '#B7CF8E'

red 183 ◦ green 207 ◦ blue 142

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

Shades of Sprout #B7CF8E

Tints of Sprout #B7CF8E

RGB

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

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

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

R = 34.4%
G = 38.91%
B = 26.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#B7CF8E (or 0xB7CF8E) is known color: Sprout. HEX triplet: B7, CF and 8E. RGB value is (183,207,142). Sum of RGB (Red+Green+Blue) = 183+207+142=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CF8E is #483071. Grayscale: #C0C0C0. Windows color (decimal): -4730994 or 9359287. OLE color: 9359287.

HSL color Cylindrical-coordinate representation of color #B7CF8E: hue angle of 82.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7CF8E is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 207 142 -
CMYK 0.12 0 0.31 0.19
HSL 82.15º 0.4% 0.68% -
HSV(B) 82.15º 0.31% 0.81% -
XYZ 46.72 56.65 34.06 -
YUV 192.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 183 207 142 0.12 0 0.31 0.19 82.15 0.4 0.68
Hex B7 CF 8E C 0 1F 13 52 28 44
Octal 267 317 216 14 0 37 23 122 50 104
Binary 10110111 11001111 10001110 1100 0 11111 10011 1010010 101000 1000100

Color Harmonies of #B7CF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF8E

Black with #B7CF8E

Text Example


Text Example

White with #B7CF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF8E; }

 p { color: rgb(183,207,142); }

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

background-color css

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

 a { background-color: rgb(183,207,142); }

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

border-color css

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

 span { border-color: rgb(183,207,142); }

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