Html Css Color HEX #BADB8E Sprout

📋 copy color: '#BADB8E'

red 186 ◦ green 219 ◦ blue 142

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

Shades of Sprout #BADB8E

Tints of Sprout #BADB8E

RGB

 RED value IS 186 (73.05% from 255) = 34%

 GREEN value IS 219 (85.94% from 255) = 40.04%

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

R = 34%
G = 40.04%
B = 25.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BADB8E (or 0xBADB8E) is known color: Sprout. HEX triplet: BA, DB and 8E. RGB value is (186,219,142). Sum of RGB (Red+Green+Blue) = 186+219+142=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB8E is #452471. Grayscale: #C8C8C8. Windows color (decimal): -4531314 or 9362362. OLE color: 9362362.

HSL color Cylindrical-coordinate representation of color #BADB8E: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BADB8E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 142 -
CMYK 0.15 0 0.35 0.14
HSL 85.71º 0.52% 0.71% -
HSV(B) 85.71º 0.35% 0.86% -
XYZ 50.46 63.06 35.1 -
YUV 200.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 186 219 142 0.15 0 0.35 0.14 85.71 0.52 0.71
Hex BA DB 8E F 0 23 E 56 34 47
Octal 272 333 216 17 0 43 16 126 64 107
Binary 10111010 11011011 10001110 1111 0 100011 1110 1010110 110100 1000111

Color Harmonies of #BADB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB8E

Black with #BADB8E

Text Example


Text Example

White with #BADB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB8E; }

 p { color: rgb(186,219,142); }

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

background-color css

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

 a { background-color: rgb(186,219,142); }

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

border-color css

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

 span { border-color: rgb(186,219,142); }

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