Html Css Color HEX #B7DC94 Sprout

📋 copy color: '#B7DC94'

red 183 ◦ green 220 ◦ blue 148

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

Shades of Sprout #B7DC94

Tints of Sprout #B7DC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 33.21%
G = 39.93%
B = 26.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B7DC94 (or 0xB7DC94) is known color: Sprout. HEX triplet: B7, DC and 94. RGB value is (183,220,148). Sum of RGB (Red+Green+Blue) = 183+220+148=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC94 is #48236B. Grayscale: #C8C8C8. Windows color (decimal): -4727660 or 9755831. OLE color: 9755831.

HSL color Cylindrical-coordinate representation of color #B7DC94: hue angle of 90.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7DC94 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 148 -
CMYK 0.17 0 0.33 0.14
HSL 90.83º 0.51% 0.72% -
HSV(B) 90.83º 0.33% 0.86% -
XYZ 50.47 63.39 37.59 -
YUV 200.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 183 220 148 0.17 0 0.33 0.14 90.83 0.51 0.72
Hex B7 DC 94 11 0 21 E 5B 33 48
Octal 267 334 224 21 0 41 16 133 63 110
Binary 10110111 11011100 10010100 10001 0 100001 1110 1011011 110011 1001000

Color Harmonies of #B7DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC94

Black with #B7DC94

Text Example


Text Example

White with #B7DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC94; }

 p { color: rgb(183,220,148); }

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

background-color css

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

 a { background-color: rgb(183,220,148); }

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

border-color css

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

 span { border-color: rgb(183,220,148); }

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