Html Css Color HEX #B8D68E Sprout

📋 copy color: '#B8D68E'

red 184 ◦ green 214 ◦ blue 142

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

Shades of Sprout #B8D68E

Tints of Sprout #B8D68E

RGB

 RED value IS 184 (72.27% from 255) = 34.07%

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 34.07%
G = 39.63%
B = 26.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#B8D68E (or 0xB8D68E) is known color: Sprout. HEX triplet: B8, D6 and 8E. RGB value is (184,214,142). Sum of RGB (Red+Green+Blue) = 184+214+142=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D68E is #472971. Grayscale: #C5C5C5. Windows color (decimal): -4663666 or 9361080. OLE color: 9361080.

HSL color Cylindrical-coordinate representation of color #B8D68E: hue angle of 85º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8D68E is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 142 -
CMYK 0.14 0 0.34 0.16
HSL 85º 0.47% 0.7% -
HSV(B) 85º 0.34% 0.84% -
XYZ 48.7 60.24 34.65 -
YUV 196.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 184 214 142 0.14 0 0.34 0.16 85 0.47 0.7
Hex B8 D6 8E E 0 22 10 55 2F 46
Octal 270 326 216 16 0 42 20 125 57 106
Binary 10111000 11010110 10001110 1110 0 100010 10000 1010101 101111 1000110

Color Harmonies of #B8D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D68E

Black with #B8D68E

Text Example


Text Example

White with #B8D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D68E; }

 p { color: rgb(184,214,142); }

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

background-color css

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

 a { background-color: rgb(184,214,142); }

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

border-color css

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

 span { border-color: rgb(184,214,142); }

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