Html Css Color HEX #B8D38B Sprout

📋 copy color: '#B8D38B'

red 184 ◦ green 211 ◦ blue 139

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

Shades of Sprout #B8D38B

Tints of Sprout #B8D38B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.51%

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 34.46%
G = 39.51%
B = 26.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#B8D38B (or 0xB8D38B) is known color: Sprout. HEX triplet: B8, D3 and 8B. RGB value is (184,211,139). Sum of RGB (Red+Green+Blue) = 184+211+139=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D38B is #472C74. Grayscale: #C2C2C2. Windows color (decimal): -4664437 or 9163704. OLE color: 9163704.

HSL color Cylindrical-coordinate representation of color #B8D38B: hue angle of 82.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8D38B is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 184 211 139 -
CMYK 0.13 0 0.34 0.17
HSL 82.5º 0.45% 0.69% -
HSV(B) 82.5º 0.34% 0.83% -
XYZ 47.72 58.64 33.23 -
YUV 194.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 184 211 139 0.13 0 0.34 0.17 82.5 0.45 0.69
Hex B8 D3 8B D 0 22 11 52 2D 45
Octal 270 323 213 15 0 42 21 122 55 105
Binary 10111000 11010011 10001011 1101 0 100010 10001 1010010 101101 1000101

Color Harmonies of #B8D38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D38B

Black with #B8D38B

Text Example


Text Example

White with #B8D38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D38B; }

 p { color: rgb(184,211,139); }

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

background-color css

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

 a { background-color: rgb(184,211,139); }

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

border-color css

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

 span { border-color: rgb(184,211,139); }

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