Html Css Color HEX #BADC92 Sprout

📋 copy color: '#BADC92'

red 186 ◦ green 220 ◦ blue 146

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

Shades of Sprout #BADC92

Tints of Sprout #BADC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.45%

R = 33.7%
G = 39.86%
B = 26.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#BADC92 (or 0xBADC92) is known color: Sprout. HEX triplet: BA, DC and 92. RGB value is (186,220,146). Sum of RGB (Red+Green+Blue) = 186+220+146=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC92 is #45236D. Grayscale: #C9C9C9. Windows color (decimal): -4531054 or 9624762. OLE color: 9624762.

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

Color convert

RGB 186 220 146 -
CMYK 0.15 0 0.34 0.14
HSL 87.57º 0.51% 0.72% -
HSV(B) 87.57º 0.34% 0.86% -
XYZ 51.03 63.7 36.8 -
YUV 201.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 186 220 146 0.15 0 0.34 0.14 87.57 0.51 0.72
Hex BA DC 92 F 0 22 E 58 33 48
Octal 272 334 222 17 0 42 16 130 63 110
Binary 10111010 11011100 10010010 1111 0 100010 1110 1011000 110011 1001000

Color Harmonies of #BADC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC92

Black with #BADC92

Text Example


Text Example

White with #BADC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC92; }

 p { color: rgb(186,220,146); }

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

background-color css

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

 a { background-color: rgb(186,220,146); }

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

border-color css

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

 span { border-color: rgb(186,220,146); }

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