Html Css Color HEX #B9D48A Sprout

📋 copy color: '#B9D48A'

red 185 ◦ green 212 ◦ blue 138

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

Shades of Sprout #B9D48A

Tints of Sprout #B9D48A

RGB

 RED value IS 185 (72.66% from 255) = 34.58%

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 138 (54.3% from 255) = 25.79%

R = 34.58%
G = 39.63%
B = 25.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#B9D48A (or 0xB9D48A) is known color: Sprout. HEX triplet: B9, D4 and 8A. RGB value is (185,212,138). Sum of RGB (Red+Green+Blue) = 185+212+138=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D48A is #462B75. Grayscale: #C3C3C3. Windows color (decimal): -4598646 or 9098425. OLE color: 9098425.

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

Color convert

RGB 185 212 138 -
CMYK 0.13 0 0.35 0.17
HSL 81.89º 0.46% 0.69% -
HSV(B) 81.89º 0.35% 0.83% -
XYZ 48.14 59.24 32.94 -
YUV 195.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 185 212 138 0.13 0 0.35 0.17 81.89 0.46 0.69
Hex B9 D4 8A D 0 23 11 52 2E 45
Octal 271 324 212 15 0 43 21 122 56 105
Binary 10111001 11010100 10001010 1101 0 100011 10001 1010010 101110 1000101

Color Harmonies of #B9D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D48A

Black with #B9D48A

Text Example


Text Example

White with #B9D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D48A; }

 p { color: rgb(185,212,138); }

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

background-color css

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

 a { background-color: rgb(185,212,138); }

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

border-color css

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

 span { border-color: rgb(185,212,138); }

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